Shades of Dark Orchid #AF2FE6
Tints of Dark Orchid #AF2FE6
RGB
CMYK
RGB Variations
Color information
#AF2FE6 (or 0xAF2FE6) is known color: Dark Orchid. HEX triplet: AF, 2F and E6. RGB value is (175,47,230). Sum of RGB (Red+Green+Blue) = 175+47+230=452 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.72% from 452); Green value is 47 (18.75% from 255 or 10.40% from 452); Blue value is 230 (90.23% from 255 or 50.88% from 452); Max value from RGB is 230 - color contains mainly: blue. Hex color #AF2FE6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF2FE6 is #50D019. Grayscale: #696969. Windows color (decimal): -5296154 or 15085487. OLE color: 15085487.
HSL color Cylindrical-coordinate representation of color #AF2FE6: hue angle of 281.97º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AF2FE6 is Cyan = 0.24, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 47 | 230 | - |
| CMYK | 0.24 | 0.80 | 0 | 0.10 |
| HSL | 281.97º | 0.79% | 0.54% | - |
| HSV(B) | 281.97º | 0.8% | 0.9% | - |
| XYZ | 32.98 | 16.86 | 76.38 | - |
| YUV | 106.13 | 197.91 | 177.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 47 | 230 | 0.24 | 0.80 | 0 | 0.10 | 281.97 | 0.79 | 0.54 |
| Hex | AF | 2F | E6 | 18 | 50 | 0 | A | 11A | 4F | 36 |
| Octal | 257 | 57 | 346 | 30 | 120 | 0 | 12 | 432 | 117 | 66 |
| Binary | 10101111 | 101111 | 11100110 | 11000 | 1010000 | 0 | 1010 | 100011010 | 1001111 | 110110 |
Color Harmonies of #AF2FE6
Complementary color
Monochromatic Colors of #AF2FE6
Black with #AF2FE6
Text Example
Text Example
White with #AF2FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2FE6; }
p { color: rgb(175,47,230); }
H1.HeaderClassName
{
color: #AF2FE6;
}
.AnyTagClassName
{
color: #AF2FE6;
}
</style>
background-color css
<style>
a { background-color: #AF2FE6; }
a { background-color: rgb(175,47,230); }
div.DivClassName
{
background-color: #AF2FE6;
}
.BgClassName
{
background-color: #AF2FE6;
}
</style>
border-color css
<style>
span { border-color: #AF2FE6; }
span { border-color: rgb(175,47,230); }
td.TdClassName
{
border-color: #AF2FE6;
}
.TagClassName
{
border-color: #AF2FE6;
}
</style>