Shades of Dark Orchid #AF2FBA
Tints of Dark Orchid #AF2FBA
RGB
CMYK
RGB Variations
Color information
#AF2FBA (or 0xAF2FBA) is known color: Dark Orchid. HEX triplet: AF, 2F and BA. RGB value is (175,47,186). Sum of RGB (Red+Green+Blue) = 175+47+186=408 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.89% from 408); Green value is 47 (18.75% from 255 or 11.52% from 408); Blue value is 186 (73.05% from 255 or 45.59% from 408); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF2FBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF2FBA is #50D045. Grayscale: #646464. Windows color (decimal): -5296198 or 12201903. OLE color: 12201903.
HSL color Cylindrical-coordinate representation of color #AF2FBA: hue angle of 295.25º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AF2FBA is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 47 | 186 | - |
| CMYK | 0.06 | 0.75 | 0 | 0.27 |
| HSL | 295.25º | 0.6% | 0.46% | - |
| HSV(B) | 295.25º | 0.75% | 0.73% | - |
| XYZ | 27.56 | 14.69 | 47.84 | - |
| YUV | 101.12 | 175.91 | 180.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 47 | 186 | 0.06 | 0.75 | 0 | 0.27 | 295.25 | 0.6 | 0.46 |
| Hex | AF | 2F | BA | 6 | 4B | 0 | 1B | 127 | 3C | 2E |
| Octal | 257 | 57 | 272 | 6 | 113 | 0 | 33 | 447 | 74 | 56 |
| Binary | 10101111 | 101111 | 10111010 | 110 | 1001011 | 0 | 11011 | 100100111 | 111100 | 101110 |
Color Harmonies of #AF2FBA
Complementary color
Monochromatic Colors of #AF2FBA
Black with #AF2FBA
Text Example
Text Example
White with #AF2FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2FBA; }
p { color: rgb(175,47,186); }
H1.HeaderClassName
{
color: #AF2FBA;
}
.AnyTagClassName
{
color: #AF2FBA;
}
</style>
background-color css
<style>
a { background-color: #AF2FBA; }
a { background-color: rgb(175,47,186); }
div.DivClassName
{
background-color: #AF2FBA;
}
.BgClassName
{
background-color: #AF2FBA;
}
</style>
border-color css
<style>
span { border-color: #AF2FBA; }
span { border-color: rgb(175,47,186); }
td.TdClassName
{
border-color: #AF2FBA;
}
.TagClassName
{
border-color: #AF2FBA;
}
</style>