Shades of Dark Orchid #AF29DA
Tints of Dark Orchid #AF29DA
RGB
CMYK
RGB Variations
Color information
#AF29DA (or 0xAF29DA) is known color: Dark Orchid. HEX triplet: AF, 29 and DA. RGB value is (175,41,218). Sum of RGB (Red+Green+Blue) = 175+41+218=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 41 (16.41% from 255 or 9.45% from 434); Blue value is 218 (85.55% from 255 or 50.23% from 434); Max value from RGB is 218 - color contains mainly: blue. Hex color #AF29DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF29DA is #50D625. Grayscale: #646464. Windows color (decimal): -5297702 or 14297519. OLE color: 14297519.
HSL color Cylindrical-coordinate representation of color #AF29DA: hue angle of 285.42º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AF29DA is Cyan = 0.20, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 41 | 218 | - |
| CMYK | 0.20 | 0.81 | 0 | 0.15 |
| HSL | 285.42º | 0.71% | 0.51% | - |
| HSV(B) | 285.42º | 0.81% | 0.85% | - |
| XYZ | 31.13 | 15.76 | 67.73 | - |
| YUV | 101.24 | 193.89 | 180.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 41 | 218 | 0.20 | 0.81 | 0 | 0.15 | 285.42 | 0.71 | 0.51 |
| Hex | AF | 29 | DA | 14 | 51 | 0 | F | 11D | 47 | 33 |
| Octal | 257 | 51 | 332 | 24 | 121 | 0 | 17 | 435 | 107 | 63 |
| Binary | 10101111 | 101001 | 11011010 | 10100 | 1010001 | 0 | 1111 | 100011101 | 1000111 | 110011 |
Color Harmonies of #AF29DA
Complementary color
Monochromatic Colors of #AF29DA
Black with #AF29DA
Text Example
Text Example
White with #AF29DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF29DA; }
p { color: rgb(175,41,218); }
H1.HeaderClassName
{
color: #AF29DA;
}
.AnyTagClassName
{
color: #AF29DA;
}
</style>
background-color css
<style>
a { background-color: #AF29DA; }
a { background-color: rgb(175,41,218); }
div.DivClassName
{
background-color: #AF29DA;
}
.BgClassName
{
background-color: #AF29DA;
}
</style>
border-color css
<style>
span { border-color: #AF29DA; }
span { border-color: rgb(175,41,218); }
td.TdClassName
{
border-color: #AF29DA;
}
.TagClassName
{
border-color: #AF29DA;
}
</style>