Shades of Dark Orchid #AF2FEE
Tints of Dark Orchid #AF2FEE
RGB
CMYK
RGB Variations
Color information
#AF2FEE (or 0xAF2FEE) is known color: Dark Orchid. HEX triplet: AF, 2F and EE. RGB value is (175,47,238). Sum of RGB (Red+Green+Blue) = 175+47+238=460 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.04% from 460); Green value is 47 (18.75% from 255 or 10.22% from 460); Blue value is 238 (93.36% from 255 or 51.74% from 460); Max value from RGB is 238 - color contains mainly: blue. Hex color #AF2FEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF2FEE is #50D011. Grayscale: #6A6A6A. Windows color (decimal): -5296146 or 15609775. OLE color: 15609775.
HSL color Cylindrical-coordinate representation of color #AF2FEE: hue angle of 280.21º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AF2FEE is Cyan = 0.26, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 47 | 238 | - |
| CMYK | 0.26 | 0.80 | 0 | 0.07 |
| HSL | 280.21º | 0.85% | 0.56% | - |
| HSV(B) | 280.21º | 0.8% | 0.93% | - |
| XYZ | 34.13 | 17.32 | 82.43 | - |
| YUV | 107.05 | 201.91 | 176.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 47 | 238 | 0.26 | 0.80 | 0 | 0.07 | 280.21 | 0.85 | 0.56 |
| Hex | AF | 2F | EE | 1A | 50 | 0 | 7 | 118 | 55 | 38 |
| Octal | 257 | 57 | 356 | 32 | 120 | 0 | 7 | 430 | 125 | 70 |
| Binary | 10101111 | 101111 | 11101110 | 11010 | 1010000 | 0 | 111 | 100011000 | 1010101 | 111000 |
Color Harmonies of #AF2FEE
Complementary color
Monochromatic Colors of #AF2FEE
Black with #AF2FEE
Text Example
Text Example
White with #AF2FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2FEE; }
p { color: rgb(175,47,238); }
H1.HeaderClassName
{
color: #AF2FEE;
}
.AnyTagClassName
{
color: #AF2FEE;
}
</style>
background-color css
<style>
a { background-color: #AF2FEE; }
a { background-color: rgb(175,47,238); }
div.DivClassName
{
background-color: #AF2FEE;
}
.BgClassName
{
background-color: #AF2FEE;
}
</style>
border-color css
<style>
span { border-color: #AF2FEE; }
span { border-color: rgb(175,47,238); }
td.TdClassName
{
border-color: #AF2FEE;
}
.TagClassName
{
border-color: #AF2FEE;
}
</style>