Shades of Dark Orchid #AF2ACE
Tints of Dark Orchid #AF2ACE
RGB
CMYK
RGB Variations
Color information
#AF2ACE (or 0xAF2ACE) is known color: Dark Orchid. HEX triplet: AF, 2A and CE. RGB value is (175,42,206). Sum of RGB (Red+Green+Blue) = 175+42+206=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 42 (16.80% from 255 or 9.93% from 423); Blue value is 206 (80.86% from 255 or 48.70% from 423); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF2ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF2ACE is #50D531. Grayscale: #636363. Windows color (decimal): -5297458 or 13511343. OLE color: 13511343.
HSL color Cylindrical-coordinate representation of color #AF2ACE: hue angle of 288.66º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AF2ACE is Cyan = 0.15, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 42 | 206 | - |
| CMYK | 0.15 | 0.80 | 0 | 0.19 |
| HSL | 288.66º | 0.66% | 0.49% | - |
| HSV(B) | 288.66º | 0.8% | 0.81% | - |
| XYZ | 29.65 | 15.23 | 59.77 | - |
| YUV | 100.46 | 187.56 | 181.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 42 | 206 | 0.15 | 0.80 | 0 | 0.19 | 288.66 | 0.66 | 0.49 |
| Hex | AF | 2A | CE | F | 50 | 0 | 13 | 121 | 42 | 31 |
| Octal | 257 | 52 | 316 | 17 | 120 | 0 | 23 | 441 | 102 | 61 |
| Binary | 10101111 | 101010 | 11001110 | 1111 | 1010000 | 0 | 10011 | 100100001 | 1000010 | 110001 |
Color Harmonies of #AF2ACE
Complementary color
Monochromatic Colors of #AF2ACE
Black with #AF2ACE
Text Example
Text Example
White with #AF2ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2ACE; }
p { color: rgb(175,42,206); }
H1.HeaderClassName
{
color: #AF2ACE;
}
.AnyTagClassName
{
color: #AF2ACE;
}
</style>
background-color css
<style>
a { background-color: #AF2ACE; }
a { background-color: rgb(175,42,206); }
div.DivClassName
{
background-color: #AF2ACE;
}
.BgClassName
{
background-color: #AF2ACE;
}
</style>
border-color css
<style>
span { border-color: #AF2ACE; }
span { border-color: rgb(175,42,206); }
td.TdClassName
{
border-color: #AF2ACE;
}
.TagClassName
{
border-color: #AF2ACE;
}
</style>