Shades of Dark Orchid #AF2ADB
Tints of Dark Orchid #AF2ADB
RGB
CMYK
RGB Variations
Color information
#AF2ADB (or 0xAF2ADB) is known color: Dark Orchid. HEX triplet: AF, 2A and DB. RGB value is (175,42,219). Sum of RGB (Red+Green+Blue) = 175+42+219=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 42 (16.80% from 255 or 9.63% from 436); Blue value is 219 (85.94% from 255 or 50.23% from 436); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF2ADB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF2ADB is #50D524. Grayscale: #656565. Windows color (decimal): -5297445 or 14363311. OLE color: 14363311.
HSL color Cylindrical-coordinate representation of color #AF2ADB: hue angle of 285.08º 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 #AF2ADB is Cyan = 0.20, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 42 | 219 | - |
| CMYK | 0.20 | 0.81 | 0 | 0.14 |
| HSL | 285.08º | 0.71% | 0.51% | - |
| HSV(B) | 285.08º | 0.81% | 0.86% | - |
| XYZ | 31.29 | 15.88 | 68.43 | - |
| YUV | 101.95 | 194.06 | 180.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 42 | 219 | 0.20 | 0.81 | 0 | 0.14 | 285.08 | 0.71 | 0.51 |
| Hex | AF | 2A | DB | 14 | 51 | 0 | E | 11D | 47 | 33 |
| Octal | 257 | 52 | 333 | 24 | 121 | 0 | 16 | 435 | 107 | 63 |
| Binary | 10101111 | 101010 | 11011011 | 10100 | 1010001 | 0 | 1110 | 100011101 | 1000111 | 110011 |
Color Harmonies of #AF2ADB
Complementary color
Monochromatic Colors of #AF2ADB
Black with #AF2ADB
Text Example
Text Example
White with #AF2ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2ADB; }
p { color: rgb(175,42,219); }
H1.HeaderClassName
{
color: #AF2ADB;
}
.AnyTagClassName
{
color: #AF2ADB;
}
</style>
background-color css
<style>
a { background-color: #AF2ADB; }
a { background-color: rgb(175,42,219); }
div.DivClassName
{
background-color: #AF2ADB;
}
.BgClassName
{
background-color: #AF2ADB;
}
</style>
border-color css
<style>
span { border-color: #AF2ADB; }
span { border-color: rgb(175,42,219); }
td.TdClassName
{
border-color: #AF2ADB;
}
.TagClassName
{
border-color: #AF2ADB;
}
</style>