Shades of Dark Orchid #AF1ECA
Tints of Dark Orchid #AF1ECA
RGB
CMYK
RGB Variations
Color information
#AF1ECA (or 0xAF1ECA) is known color: Dark Orchid. HEX triplet: AF, 1E and CA. RGB value is (175,30,202). Sum of RGB (Red+Green+Blue) = 175+30+202=407 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.00% from 407); Green value is 30 (12.11% from 255 or 7.37% from 407); Blue value is 202 (79.30% from 255 or 49.63% from 407); Max value from RGB is 202 - color contains mainly: blue. Hex color #AF1ECA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF1ECA is #50E135. Grayscale: #5C5C5C. Windows color (decimal): -5300534 or 13246127. OLE color: 13246127.
HSL color Cylindrical-coordinate representation of color #AF1ECA: hue angle of 290.58º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF1ECA is Cyan = 0.13, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 30 | 202 | - |
| CMYK | 0.13 | 0.85 | 0 | 0.21 |
| HSL | 290.58º | 0.74% | 0.45% | - |
| HSV(B) | 290.58º | 0.85% | 0.79% | - |
| XYZ | 28.8 | 14.31 | 57.12 | - |
| YUV | 92.96 | 189.54 | 186.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 30 | 202 | 0.13 | 0.85 | 0 | 0.21 | 290.58 | 0.74 | 0.45 |
| Hex | AF | 1E | CA | D | 55 | 0 | 15 | 123 | 4A | 2D |
| Octal | 257 | 36 | 312 | 15 | 125 | 0 | 25 | 443 | 112 | 55 |
| Binary | 10101111 | 11110 | 11001010 | 1101 | 1010101 | 0 | 10101 | 100100011 | 1001010 | 101101 |
Color Harmonies of #AF1ECA
Complementary color
Monochromatic Colors of #AF1ECA
Black with #AF1ECA
Text Example
Text Example
White with #AF1ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1ECA; }
p { color: rgb(175,30,202); }
H1.HeaderClassName
{
color: #AF1ECA;
}
.AnyTagClassName
{
color: #AF1ECA;
}
</style>
background-color css
<style>
a { background-color: #AF1ECA; }
a { background-color: rgb(175,30,202); }
div.DivClassName
{
background-color: #AF1ECA;
}
.BgClassName
{
background-color: #AF1ECA;
}
</style>
border-color css
<style>
span { border-color: #AF1ECA; }
span { border-color: rgb(175,30,202); }
td.TdClassName
{
border-color: #AF1ECA;
}
.TagClassName
{
border-color: #AF1ECA;
}
</style>