Shades of Dark Orchid #AF2FCE
Tints of Dark Orchid #AF2FCE
RGB
CMYK
RGB Variations
Color information
#AF2FCE (or 0xAF2FCE) is known color: Dark Orchid. HEX triplet: AF, 2F and CE. RGB value is (175,47,206). Sum of RGB (Red+Green+Blue) = 175+47+206=428 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.89% from 428); Green value is 47 (18.75% from 255 or 10.98% from 428); Blue value is 206 (80.86% from 255 or 48.13% from 428); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF2FCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF2FCE is #50D031. Grayscale: #666666. Windows color (decimal): -5296178 or 13512623. OLE color: 13512623.
HSL color Cylindrical-coordinate representation of color #AF2FCE: hue angle of 288.3º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AF2FCE is Cyan = 0.15, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 47 | 206 | - |
| CMYK | 0.15 | 0.77 | 0 | 0.19 |
| HSL | 288.3º | 0.63% | 0.5% | - |
| HSV(B) | 288.3º | 0.77% | 0.81% | - |
| XYZ | 29.84 | 15.6 | 59.83 | - |
| YUV | 103.4 | 185.91 | 179.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 47 | 206 | 0.15 | 0.77 | 0 | 0.19 | 288.3 | 0.63 | 0.5 |
| Hex | AF | 2F | CE | F | 4D | 0 | 13 | 120 | 3F | 32 |
| Octal | 257 | 57 | 316 | 17 | 115 | 0 | 23 | 440 | 77 | 62 |
| Binary | 10101111 | 101111 | 11001110 | 1111 | 1001101 | 0 | 10011 | 100100000 | 111111 | 110010 |
Color Harmonies of #AF2FCE
Complementary color
Monochromatic Colors of #AF2FCE
Black with #AF2FCE
Text Example
Text Example
White with #AF2FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2FCE; }
p { color: rgb(175,47,206); }
H1.HeaderClassName
{
color: #AF2FCE;
}
.AnyTagClassName
{
color: #AF2FCE;
}
</style>
background-color css
<style>
a { background-color: #AF2FCE; }
a { background-color: rgb(175,47,206); }
div.DivClassName
{
background-color: #AF2FCE;
}
.BgClassName
{
background-color: #AF2FCE;
}
</style>
border-color css
<style>
span { border-color: #AF2FCE; }
span { border-color: rgb(175,47,206); }
td.TdClassName
{
border-color: #AF2FCE;
}
.TagClassName
{
border-color: #AF2FCE;
}
</style>