Shades of Dark Orchid #AF2ADE
Tints of Dark Orchid #AF2ADE
RGB
CMYK
RGB Variations
Color information
#AF2ADE (or 0xAF2ADE) is known color: Dark Orchid. HEX triplet: AF, 2A and DE. RGB value is (175,42,222). Sum of RGB (Red+Green+Blue) = 175+42+222=439 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.86% from 439); Green value is 42 (16.80% from 255 or 9.57% from 439); Blue value is 222 (87.11% from 255 or 50.57% from 439); Max value from RGB is 222 - color contains mainly: blue. Hex color #AF2ADE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF2ADE is #50D521. Grayscale: #656565. Windows color (decimal): -5297442 or 14559919. OLE color: 14559919.
HSL color Cylindrical-coordinate representation of color #AF2ADE: hue angle of 284.33º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AF2ADE is Cyan = 0.21, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 42 | 222 | - |
| CMYK | 0.21 | 0.81 | 0 | 0.13 |
| HSL | 284.33º | 0.73% | 0.52% | - |
| HSV(B) | 284.33º | 0.81% | 0.87% | - |
| XYZ | 31.69 | 16.04 | 70.53 | - |
| YUV | 102.29 | 195.56 | 179.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 42 | 222 | 0.21 | 0.81 | 0 | 0.13 | 284.33 | 0.73 | 0.52 |
| Hex | AF | 2A | DE | 15 | 51 | 0 | D | 11C | 49 | 34 |
| Octal | 257 | 52 | 336 | 25 | 121 | 0 | 15 | 434 | 111 | 64 |
| Binary | 10101111 | 101010 | 11011110 | 10101 | 1010001 | 0 | 1101 | 100011100 | 1001001 | 110100 |
Color Harmonies of #AF2ADE
Complementary color
Monochromatic Colors of #AF2ADE
Black with #AF2ADE
Text Example
Text Example
White with #AF2ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2ADE; }
p { color: rgb(175,42,222); }
H1.HeaderClassName
{
color: #AF2ADE;
}
.AnyTagClassName
{
color: #AF2ADE;
}
</style>
background-color css
<style>
a { background-color: #AF2ADE; }
a { background-color: rgb(175,42,222); }
div.DivClassName
{
background-color: #AF2ADE;
}
.BgClassName
{
background-color: #AF2ADE;
}
</style>
border-color css
<style>
span { border-color: #AF2ADE; }
span { border-color: rgb(175,42,222); }
td.TdClassName
{
border-color: #AF2ADE;
}
.TagClassName
{
border-color: #AF2ADE;
}
</style>