Shades of Dark Orchid #AF2DC9
Tints of Dark Orchid #AF2DC9
RGB
CMYK
RGB Variations
Color information
#AF2DC9 (or 0xAF2DC9) is known color: Dark Orchid. HEX triplet: AF, 2D and C9. RGB value is (175,45,201). Sum of RGB (Red+Green+Blue) = 175+45+201=421 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.57% from 421); Green value is 45 (17.97% from 255 or 10.69% from 421); Blue value is 201 (78.91% from 255 or 47.74% from 421); Max value from RGB is 201 - color contains mainly: blue. Hex color #AF2DC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF2DC9 is #50D236. Grayscale: #656565. Windows color (decimal): -5296695 or 13184431. OLE color: 13184431.
HSL color Cylindrical-coordinate representation of color #AF2DC9: hue angle of 290º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AF2DC9 is Cyan = 0.13, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 45 | 201 | - |
| CMYK | 0.13 | 0.78 | 0 | 0.21 |
| HSL | 290º | 0.63% | 0.48% | - |
| HSV(B) | 290º | 0.78% | 0.79% | - |
| XYZ | 29.16 | 15.21 | 56.66 | - |
| YUV | 101.65 | 184.07 | 180.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 45 | 201 | 0.13 | 0.78 | 0 | 0.21 | 290 | 0.63 | 0.48 |
| Hex | AF | 2D | C9 | D | 4E | 0 | 15 | 122 | 3F | 30 |
| Octal | 257 | 55 | 311 | 15 | 116 | 0 | 25 | 442 | 77 | 60 |
| Binary | 10101111 | 101101 | 11001001 | 1101 | 1001110 | 0 | 10101 | 100100010 | 111111 | 110000 |
Color Harmonies of #AF2DC9
Complementary color
Monochromatic Colors of #AF2DC9
Black with #AF2DC9
Text Example
Text Example
White with #AF2DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2DC9; }
p { color: rgb(175,45,201); }
H1.HeaderClassName
{
color: #AF2DC9;
}
.AnyTagClassName
{
color: #AF2DC9;
}
</style>
background-color css
<style>
a { background-color: #AF2DC9; }
a { background-color: rgb(175,45,201); }
div.DivClassName
{
background-color: #AF2DC9;
}
.BgClassName
{
background-color: #AF2DC9;
}
</style>
border-color css
<style>
span { border-color: #AF2DC9; }
span { border-color: rgb(175,45,201); }
td.TdClassName
{
border-color: #AF2DC9;
}
.TagClassName
{
border-color: #AF2DC9;
}
</style>