Shades of Dark Orchid #AF34CB
Tints of Dark Orchid #AF34CB
RGB
CMYK
RGB Variations
Color information
#AF34CB (or 0xAF34CB) is known color: Dark Orchid. HEX triplet: AF, 34 and CB. RGB value is (175,52,203). Sum of RGB (Red+Green+Blue) = 175+52+203=430 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.70% from 430); Green value is 52 (20.70% from 255 or 12.09% from 430); Blue value is 203 (79.69% from 255 or 47.21% from 430); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF34CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF34CB is #50CB34. Grayscale: #696969. Windows color (decimal): -5294901 or 13317295. OLE color: 13317295.
HSL color Cylindrical-coordinate representation of color #AF34CB: hue angle of 288.87º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AF34CB is Cyan = 0.14, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 52 | 203 | - |
| CMYK | 0.14 | 0.74 | 0 | 0.20 |
| HSL | 288.87º | 0.59% | 0.5% | - |
| HSV(B) | 288.87º | 0.74% | 0.8% | - |
| XYZ | 29.69 | 15.88 | 58 | - |
| YUV | 105.99 | 182.75 | 177.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 52 | 203 | 0.14 | 0.74 | 0 | 0.20 | 288.87 | 0.59 | 0.5 |
| Hex | AF | 34 | CB | E | 4A | 0 | 14 | 121 | 3B | 32 |
| Octal | 257 | 64 | 313 | 16 | 112 | 0 | 24 | 441 | 73 | 62 |
| Binary | 10101111 | 110100 | 11001011 | 1110 | 1001010 | 0 | 10100 | 100100001 | 111011 | 110010 |
Color Harmonies of #AF34CB
Complementary color
Monochromatic Colors of #AF34CB
Black with #AF34CB
Text Example
Text Example
White with #AF34CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF34CB; }
p { color: rgb(175,52,203); }
H1.HeaderClassName
{
color: #AF34CB;
}
.AnyTagClassName
{
color: #AF34CB;
}
</style>
background-color css
<style>
a { background-color: #AF34CB; }
a { background-color: rgb(175,52,203); }
div.DivClassName
{
background-color: #AF34CB;
}
.BgClassName
{
background-color: #AF34CB;
}
</style>
border-color css
<style>
span { border-color: #AF34CB; }
span { border-color: rgb(175,52,203); }
td.TdClassName
{
border-color: #AF34CB;
}
.TagClassName
{
border-color: #AF34CB;
}
</style>