Shades of Dark Orchid #AF32CF
Tints of Dark Orchid #AF32CF
RGB
CMYK
RGB Variations
Color information
#AF32CF (or 0xAF32CF) is known color: Dark Orchid. HEX triplet: AF, 32 and CF. RGB value is (175,50,207). Sum of RGB (Red+Green+Blue) = 175+50+207=432 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.51% from 432); Green value is 50 (19.92% from 255 or 11.57% from 432); Blue value is 207 (81.25% from 255 or 47.92% from 432); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF32CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF32CF is #50CD30. Grayscale: #686868. Windows color (decimal): -5295409 or 13578927. OLE color: 13578927.
HSL color Cylindrical-coordinate representation of color #AF32CF: hue angle of 287.77º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AF32CF is Cyan = 0.15, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 50 | 207 | - |
| CMYK | 0.15 | 0.76 | 0 | 0.19 |
| HSL | 287.77º | 0.62% | 0.5% | - |
| HSV(B) | 287.77º | 0.76% | 0.81% | - |
| XYZ | 30.08 | 15.9 | 60.52 | - |
| YUV | 105.27 | 185.41 | 177.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 50 | 207 | 0.15 | 0.76 | 0 | 0.19 | 287.77 | 0.62 | 0.5 |
| Hex | AF | 32 | CF | F | 4C | 0 | 13 | 120 | 3E | 32 |
| Octal | 257 | 62 | 317 | 17 | 114 | 0 | 23 | 440 | 76 | 62 |
| Binary | 10101111 | 110010 | 11001111 | 1111 | 1001100 | 0 | 10011 | 100100000 | 111110 | 110010 |
Color Harmonies of #AF32CF
Complementary color
Monochromatic Colors of #AF32CF
Black with #AF32CF
Text Example
Text Example
White with #AF32CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF32CF; }
p { color: rgb(175,50,207); }
H1.HeaderClassName
{
color: #AF32CF;
}
.AnyTagClassName
{
color: #AF32CF;
}
</style>
background-color css
<style>
a { background-color: #AF32CF; }
a { background-color: rgb(175,50,207); }
div.DivClassName
{
background-color: #AF32CF;
}
.BgClassName
{
background-color: #AF32CF;
}
</style>
border-color css
<style>
span { border-color: #AF32CF; }
span { border-color: rgb(175,50,207); }
td.TdClassName
{
border-color: #AF32CF;
}
.TagClassName
{
border-color: #AF32CF;
}
</style>