Shades of Dark Orchid #AF2ECE
Tints of Dark Orchid #AF2ECE
RGB
CMYK
RGB Variations
Color information
#AF2ECE (or 0xAF2ECE) is known color: Dark Orchid. HEX triplet: AF, 2E and CE. RGB value is (175,46,206). Sum of RGB (Red+Green+Blue) = 175+46+206=427 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.98% from 427); Green value is 46 (18.36% from 255 or 10.77% from 427); Blue value is 206 (80.86% from 255 or 48.24% from 427); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF2ECE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF2ECE is #50D131. Grayscale: #666666. Windows color (decimal): -5296434 or 13512367. OLE color: 13512367.
HSL color Cylindrical-coordinate representation of color #AF2ECE: hue angle of 288.38º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AF2ECE is Cyan = 0.15, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 46 | 206 | - |
| CMYK | 0.15 | 0.78 | 0 | 0.19 |
| HSL | 288.38º | 0.63% | 0.49% | - |
| HSV(B) | 288.38º | 0.78% | 0.81% | - |
| XYZ | 29.8 | 15.52 | 59.82 | - |
| YUV | 102.81 | 186.24 | 179.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 46 | 206 | 0.15 | 0.78 | 0 | 0.19 | 288.38 | 0.63 | 0.49 |
| Hex | AF | 2E | CE | F | 4E | 0 | 13 | 120 | 3F | 31 |
| Octal | 257 | 56 | 316 | 17 | 116 | 0 | 23 | 440 | 77 | 61 |
| Binary | 10101111 | 101110 | 11001110 | 1111 | 1001110 | 0 | 10011 | 100100000 | 111111 | 110001 |
Color Harmonies of #AF2ECE
Complementary color
Monochromatic Colors of #AF2ECE
Black with #AF2ECE
Text Example
Text Example
White with #AF2ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2ECE; }
p { color: rgb(175,46,206); }
H1.HeaderClassName
{
color: #AF2ECE;
}
.AnyTagClassName
{
color: #AF2ECE;
}
</style>
background-color css
<style>
a { background-color: #AF2ECE; }
a { background-color: rgb(175,46,206); }
div.DivClassName
{
background-color: #AF2ECE;
}
.BgClassName
{
background-color: #AF2ECE;
}
</style>
border-color css
<style>
span { border-color: #AF2ECE; }
span { border-color: rgb(175,46,206); }
td.TdClassName
{
border-color: #AF2ECE;
}
.TagClassName
{
border-color: #AF2ECE;
}
</style>