Shades of Dark Orchid #AF39CA
Tints of Dark Orchid #AF39CA
RGB
CMYK
RGB Variations
Color information
#AF39CA (or 0xAF39CA) is known color: Dark Orchid. HEX triplet: AF, 39 and CA. RGB value is (175,57,202). Sum of RGB (Red+Green+Blue) = 175+57+202=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 57 (22.66% from 255 or 13.13% from 434); Blue value is 202 (79.30% from 255 or 46.54% from 434); Max value from RGB is 202 - color contains mainly: blue. Hex color #AF39CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF39CA is #50C635. Grayscale: #6C6C6C. Windows color (decimal): -5293622 or 13253039. OLE color: 13253039.
HSL color Cylindrical-coordinate representation of color #AF39CA: hue angle of 288.83º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AF39CA is Cyan = 0.13, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 57 | 202 | - |
| CMYK | 0.13 | 0.72 | 0 | 0.21 |
| HSL | 288.83º | 0.58% | 0.51% | - |
| HSV(B) | 288.83º | 0.72% | 0.79% | - |
| XYZ | 29.8 | 16.3 | 57.45 | - |
| YUV | 108.81 | 180.59 | 175.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 57 | 202 | 0.13 | 0.72 | 0 | 0.21 | 288.83 | 0.58 | 0.51 |
| Hex | AF | 39 | CA | D | 48 | 0 | 15 | 121 | 3A | 33 |
| Octal | 257 | 71 | 312 | 15 | 110 | 0 | 25 | 441 | 72 | 63 |
| Binary | 10101111 | 111001 | 11001010 | 1101 | 1001000 | 0 | 10101 | 100100001 | 111010 | 110011 |
Color Harmonies of #AF39CA
Complementary color
Monochromatic Colors of #AF39CA
Black with #AF39CA
Text Example
Text Example
White with #AF39CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF39CA; }
p { color: rgb(175,57,202); }
H1.HeaderClassName
{
color: #AF39CA;
}
.AnyTagClassName
{
color: #AF39CA;
}
</style>
background-color css
<style>
a { background-color: #AF39CA; }
a { background-color: rgb(175,57,202); }
div.DivClassName
{
background-color: #AF39CA;
}
.BgClassName
{
background-color: #AF39CA;
}
</style>
border-color css
<style>
span { border-color: #AF39CA; }
span { border-color: rgb(175,57,202); }
td.TdClassName
{
border-color: #AF39CA;
}
.TagClassName
{
border-color: #AF39CA;
}
</style>