Shades of Dark Orchid #AF32CB
Tints of Dark Orchid #AF32CB
RGB
CMYK
RGB Variations
Color information
#AF32CB (or 0xAF32CB) is known color: Dark Orchid. HEX triplet: AF, 32 and CB. RGB value is (175,50,203). Sum of RGB (Red+Green+Blue) = 175+50+203=428 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.89% from 428); Green value is 50 (19.92% from 255 or 11.68% from 428); Blue value is 203 (79.69% from 255 or 47.43% from 428); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF32CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF32CB is #50CD34. Grayscale: #686868. Windows color (decimal): -5295413 or 13316783. OLE color: 13316783.
HSL color Cylindrical-coordinate representation of color #AF32CB: hue angle of 289.02º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AF32CB is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 50 | 203 | - |
| CMYK | 0.14 | 0.75 | 0 | 0.20 |
| HSL | 289.02º | 0.6% | 0.5% | - |
| HSV(B) | 289.02º | 0.75% | 0.8% | - |
| XYZ | 29.6 | 15.71 | 57.97 | - |
| YUV | 104.82 | 183.41 | 178.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 50 | 203 | 0.14 | 0.75 | 0 | 0.20 | 289.02 | 0.6 | 0.5 |
| Hex | AF | 32 | CB | E | 4B | 0 | 14 | 121 | 3C | 32 |
| Octal | 257 | 62 | 313 | 16 | 113 | 0 | 24 | 441 | 74 | 62 |
| Binary | 10101111 | 110010 | 11001011 | 1110 | 1001011 | 0 | 10100 | 100100001 | 111100 | 110010 |
Color Harmonies of #AF32CB
Complementary color
Monochromatic Colors of #AF32CB
Black with #AF32CB
Text Example
Text Example
White with #AF32CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF32CB; }
p { color: rgb(175,50,203); }
H1.HeaderClassName
{
color: #AF32CB;
}
.AnyTagClassName
{
color: #AF32CB;
}
</style>
background-color css
<style>
a { background-color: #AF32CB; }
a { background-color: rgb(175,50,203); }
div.DivClassName
{
background-color: #AF32CB;
}
.BgClassName
{
background-color: #AF32CB;
}
</style>
border-color css
<style>
span { border-color: #AF32CB; }
span { border-color: rgb(175,50,203); }
td.TdClassName
{
border-color: #AF32CB;
}
.TagClassName
{
border-color: #AF32CB;
}
</style>