Shades of Dark Orchid #AF1ECE
Tints of Dark Orchid #AF1ECE
RGB
CMYK
RGB Variations
Color information
#AF1ECE (or 0xAF1ECE) is known color: Dark Orchid. HEX triplet: AF, 1E and CE. RGB value is (175,30,206). Sum of RGB (Red+Green+Blue) = 175+30+206=411 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.58% from 411); Green value is 30 (12.11% from 255 or 7.30% from 411); Blue value is 206 (80.86% from 255 or 50.12% from 411); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF1ECE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF1ECE is #50E131. Grayscale: #5C5C5C. Windows color (decimal): -5300530 or 13508271. OLE color: 13508271.
HSL color Cylindrical-coordinate representation of color #AF1ECE: hue angle of 289.43º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF1ECE is Cyan = 0.15, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 30 | 206 | - |
| CMYK | 0.15 | 0.85 | 0 | 0.19 |
| HSL | 289.43º | 0.75% | 0.46% | - |
| HSV(B) | 289.43º | 0.85% | 0.81% | - |
| XYZ | 29.28 | 14.5 | 59.65 | - |
| YUV | 93.42 | 191.54 | 186.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 30 | 206 | 0.15 | 0.85 | 0 | 0.19 | 289.43 | 0.75 | 0.46 |
| Hex | AF | 1E | CE | F | 55 | 0 | 13 | 121 | 4B | 2E |
| Octal | 257 | 36 | 316 | 17 | 125 | 0 | 23 | 441 | 113 | 56 |
| Binary | 10101111 | 11110 | 11001110 | 1111 | 1010101 | 0 | 10011 | 100100001 | 1001011 | 101110 |
Color Harmonies of #AF1ECE
Complementary color
Monochromatic Colors of #AF1ECE
Black with #AF1ECE
Text Example
Text Example
White with #AF1ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1ECE; }
p { color: rgb(175,30,206); }
H1.HeaderClassName
{
color: #AF1ECE;
}
.AnyTagClassName
{
color: #AF1ECE;
}
</style>
background-color css
<style>
a { background-color: #AF1ECE; }
a { background-color: rgb(175,30,206); }
div.DivClassName
{
background-color: #AF1ECE;
}
.BgClassName
{
background-color: #AF1ECE;
}
</style>
border-color css
<style>
span { border-color: #AF1ECE; }
span { border-color: rgb(175,30,206); }
td.TdClassName
{
border-color: #AF1ECE;
}
.TagClassName
{
border-color: #AF1ECE;
}
</style>