Shades of Dark Orchid #AF29DC
Tints of Dark Orchid #AF29DC
RGB
CMYK
RGB Variations
Color information
#AF29DC (or 0xAF29DC) is known color: Dark Orchid. HEX triplet: AF, 29 and DC. RGB value is (175,41,220). Sum of RGB (Red+Green+Blue) = 175+41+220=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 41 (16.41% from 255 or 9.40% from 436); Blue value is 220 (86.33% from 255 or 50.46% from 436); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF29DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF29DC is #50D623. Grayscale: #646464. Windows color (decimal): -5297700 or 14428591. OLE color: 14428591.
HSL color Cylindrical-coordinate representation of color #AF29DC: hue angle of 284.92º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AF29DC is Cyan = 0.20, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 41 | 220 | - |
| CMYK | 0.20 | 0.81 | 0 | 0.14 |
| HSL | 284.92º | 0.72% | 0.51% | - |
| HSV(B) | 284.92º | 0.81% | 0.86% | - |
| XYZ | 31.39 | 15.87 | 69.12 | - |
| YUV | 101.47 | 194.89 | 180.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 41 | 220 | 0.20 | 0.81 | 0 | 0.14 | 284.92 | 0.72 | 0.51 |
| Hex | AF | 29 | DC | 14 | 51 | 0 | E | 11D | 48 | 33 |
| Octal | 257 | 51 | 334 | 24 | 121 | 0 | 16 | 435 | 110 | 63 |
| Binary | 10101111 | 101001 | 11011100 | 10100 | 1010001 | 0 | 1110 | 100011101 | 1001000 | 110011 |
Color Harmonies of #AF29DC
Complementary color
Monochromatic Colors of #AF29DC
Black with #AF29DC
Text Example
Text Example
White with #AF29DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF29DC; }
p { color: rgb(175,41,220); }
H1.HeaderClassName
{
color: #AF29DC;
}
.AnyTagClassName
{
color: #AF29DC;
}
</style>
background-color css
<style>
a { background-color: #AF29DC; }
a { background-color: rgb(175,41,220); }
div.DivClassName
{
background-color: #AF29DC;
}
.BgClassName
{
background-color: #AF29DC;
}
</style>
border-color css
<style>
span { border-color: #AF29DC; }
span { border-color: rgb(175,41,220); }
td.TdClassName
{
border-color: #AF29DC;
}
.TagClassName
{
border-color: #AF29DC;
}
</style>