Shades of Dark Orchid #AF2EEB
Tints of Dark Orchid #AF2EEB
RGB
CMYK
RGB Variations
Color information
#AF2EEB (or 0xAF2EEB) is known color: Dark Orchid. HEX triplet: AF, 2E and EB. RGB value is (175,46,235). Sum of RGB (Red+Green+Blue) = 175+46+235=456 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.38% from 456); Green value is 46 (18.36% from 255 or 10.09% from 456); Blue value is 235 (92.19% from 255 or 51.54% from 456); Max value from RGB is 235 - color contains mainly: blue. Hex color #AF2EEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF2EEB is #50D114. Grayscale: #696969. Windows color (decimal): -5296405 or 15412911. OLE color: 15412911.
HSL color Cylindrical-coordinate representation of color #AF2EEB: hue angle of 280.95º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AF2EEB is Cyan = 0.26, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 175 | 46 | 235 | - |
| CMYK | 0.26 | 0.80 | 0 | 0.08 |
| HSL | 280.95º | 0.83% | 0.55% | - |
| HSV(B) | 280.95º | 0.8% | 0.92% | - |
| XYZ | 33.65 | 17.07 | 80.12 | - |
| YUV | 106.12 | 200.74 | 177.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 46 | 235 | 0.26 | 0.80 | 0 | 0.08 | 280.95 | 0.83 | 0.55 |
| Hex | AF | 2E | EB | 1A | 50 | 0 | 8 | 119 | 53 | 37 |
| Octal | 257 | 56 | 353 | 32 | 120 | 0 | 10 | 431 | 123 | 67 |
| Binary | 10101111 | 101110 | 11101011 | 11010 | 1010000 | 0 | 1000 | 100011001 | 1010011 | 110111 |
Color Harmonies of #AF2EEB
Complementary color
Monochromatic Colors of #AF2EEB
Black with #AF2EEB
Text Example
Text Example
White with #AF2EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2EEB; }
p { color: rgb(175,46,235); }
H1.HeaderClassName
{
color: #AF2EEB;
}
.AnyTagClassName
{
color: #AF2EEB;
}
</style>
background-color css
<style>
a { background-color: #AF2EEB; }
a { background-color: rgb(175,46,235); }
div.DivClassName
{
background-color: #AF2EEB;
}
.BgClassName
{
background-color: #AF2EEB;
}
</style>
border-color css
<style>
span { border-color: #AF2EEB; }
span { border-color: rgb(175,46,235); }
td.TdClassName
{
border-color: #AF2EEB;
}
.TagClassName
{
border-color: #AF2EEB;
}
</style>