Shades of Dark Orchid #AF1ACE
Tints of Dark Orchid #AF1ACE
RGB
CMYK
RGB Variations
Color information
#AF1ACE (or 0xAF1ACE) is known color: Dark Orchid. HEX triplet: AF, 1A and CE. RGB value is (175,26,206). Sum of RGB (Red+Green+Blue) = 175+26+206=407 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.00% from 407); Green value is 26 (10.55% from 255 or 6.39% from 407); Blue value is 206 (80.86% from 255 or 50.61% from 407); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF1ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF1ACE is #50E531. Grayscale: #5A5A5A. Windows color (decimal): -5301554 or 13507247. OLE color: 13507247.
HSL color Cylindrical-coordinate representation of color #AF1ACE: hue angle of 289.67º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AF1ACE is Cyan = 0.15, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 26 | 206 | - |
| CMYK | 0.15 | 0.87 | 0 | 0.19 |
| HSL | 289.67º | 0.78% | 0.45% | - |
| HSV(B) | 289.67º | 0.87% | 0.81% | - |
| XYZ | 29.19 | 14.31 | 59.62 | - |
| YUV | 91.07 | 192.86 | 187.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 26 | 206 | 0.15 | 0.87 | 0 | 0.19 | 289.67 | 0.78 | 0.45 |
| Hex | AF | 1A | CE | F | 57 | 0 | 13 | 122 | 4E | 2D |
| Octal | 257 | 32 | 316 | 17 | 127 | 0 | 23 | 442 | 116 | 55 |
| Binary | 10101111 | 11010 | 11001110 | 1111 | 1010111 | 0 | 10011 | 100100010 | 1001110 | 101101 |
Color Harmonies of #AF1ACE
Complementary color
Monochromatic Colors of #AF1ACE
Black with #AF1ACE
Text Example
Text Example
White with #AF1ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1ACE; }
p { color: rgb(175,26,206); }
H1.HeaderClassName
{
color: #AF1ACE;
}
.AnyTagClassName
{
color: #AF1ACE;
}
</style>
background-color css
<style>
a { background-color: #AF1ACE; }
a { background-color: rgb(175,26,206); }
div.DivClassName
{
background-color: #AF1ACE;
}
.BgClassName
{
background-color: #AF1ACE;
}
</style>
border-color css
<style>
span { border-color: #AF1ACE; }
span { border-color: rgb(175,26,206); }
td.TdClassName
{
border-color: #AF1ACE;
}
.TagClassName
{
border-color: #AF1ACE;
}
</style>