Shades of Dark Orchid #AF29CE
Tints of Dark Orchid #AF29CE
RGB
CMYK
RGB Variations
Color information
#AF29CE (or 0xAF29CE) is known color: Dark Orchid. HEX triplet: AF, 29 and CE. RGB value is (175,41,206). Sum of RGB (Red+Green+Blue) = 175+41+206=422 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.47% from 422); Green value is 41 (16.41% from 255 or 9.72% from 422); Blue value is 206 (80.86% from 255 or 48.82% from 422); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF29CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF29CE is #50D631. Grayscale: #636363. Windows color (decimal): -5297714 or 13511087. OLE color: 13511087.
HSL color Cylindrical-coordinate representation of color #AF29CE: hue angle of 288.73º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AF29CE is Cyan = 0.15, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 41 | 206 | - |
| CMYK | 0.15 | 0.80 | 0 | 0.19 |
| HSL | 288.73º | 0.67% | 0.48% | - |
| HSV(B) | 288.73º | 0.8% | 0.81% | - |
| XYZ | 29.61 | 15.16 | 59.76 | - |
| YUV | 99.88 | 187.89 | 181.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 41 | 206 | 0.15 | 0.80 | 0 | 0.19 | 288.73 | 0.67 | 0.48 |
| Hex | AF | 29 | CE | F | 50 | 0 | 13 | 121 | 43 | 30 |
| Octal | 257 | 51 | 316 | 17 | 120 | 0 | 23 | 441 | 103 | 60 |
| Binary | 10101111 | 101001 | 11001110 | 1111 | 1010000 | 0 | 10011 | 100100001 | 1000011 | 110000 |
Color Harmonies of #AF29CE
Complementary color
Monochromatic Colors of #AF29CE
Black with #AF29CE
Text Example
Text Example
White with #AF29CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF29CE; }
p { color: rgb(175,41,206); }
H1.HeaderClassName
{
color: #AF29CE;
}
.AnyTagClassName
{
color: #AF29CE;
}
</style>
background-color css
<style>
a { background-color: #AF29CE; }
a { background-color: rgb(175,41,206); }
div.DivClassName
{
background-color: #AF29CE;
}
.BgClassName
{
background-color: #AF29CE;
}
</style>
border-color css
<style>
span { border-color: #AF29CE; }
span { border-color: rgb(175,41,206); }
td.TdClassName
{
border-color: #AF29CE;
}
.TagClassName
{
border-color: #AF29CE;
}
</style>