Shades of Dark Orchid #AF29DB
Tints of Dark Orchid #AF29DB
RGB
CMYK
RGB Variations
Color information
#AF29DB (or 0xAF29DB) is known color: Dark Orchid. HEX triplet: AF, 29 and DB. RGB value is (175,41,219). Sum of RGB (Red+Green+Blue) = 175+41+219=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 41 (16.41% from 255 or 9.43% from 435); Blue value is 219 (85.94% from 255 or 50.34% from 435); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF29DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF29DB is #50D624. Grayscale: #646464. Windows color (decimal): -5297701 or 14363055. OLE color: 14363055.
HSL color Cylindrical-coordinate representation of color #AF29DB: hue angle of 285.17º degrees, saturation: 0.71, 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 #AF29DB is Cyan = 0.20, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 41 | 219 | - |
| CMYK | 0.20 | 0.81 | 0 | 0.14 |
| HSL | 285.17º | 0.71% | 0.51% | - |
| HSV(B) | 285.17º | 0.81% | 0.86% | - |
| XYZ | 31.26 | 15.81 | 68.42 | - |
| YUV | 101.36 | 194.39 | 180.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 41 | 219 | 0.20 | 0.81 | 0 | 0.14 | 285.17 | 0.71 | 0.51 |
| Hex | AF | 29 | DB | 14 | 51 | 0 | E | 11D | 47 | 33 |
| Octal | 257 | 51 | 333 | 24 | 121 | 0 | 16 | 435 | 107 | 63 |
| Binary | 10101111 | 101001 | 11011011 | 10100 | 1010001 | 0 | 1110 | 100011101 | 1000111 | 110011 |
Color Harmonies of #AF29DB
Complementary color
Monochromatic Colors of #AF29DB
Black with #AF29DB
Text Example
Text Example
White with #AF29DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF29DB; }
p { color: rgb(175,41,219); }
H1.HeaderClassName
{
color: #AF29DB;
}
.AnyTagClassName
{
color: #AF29DB;
}
</style>
background-color css
<style>
a { background-color: #AF29DB; }
a { background-color: rgb(175,41,219); }
div.DivClassName
{
background-color: #AF29DB;
}
.BgClassName
{
background-color: #AF29DB;
}
</style>
border-color css
<style>
span { border-color: #AF29DB; }
span { border-color: rgb(175,41,219); }
td.TdClassName
{
border-color: #AF29DB;
}
.TagClassName
{
border-color: #AF29DB;
}
</style>