Shades of Dark Orchid #AF34EE
Tints of Dark Orchid #AF34EE
RGB
CMYK
RGB Variations
Color information
#AF34EE (or 0xAF34EE) is known color: Dark Orchid. HEX triplet: AF, 34 and EE. RGB value is (175,52,238). Sum of RGB (Red+Green+Blue) = 175+52+238=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 52 (20.70% from 255 or 11.18% from 465); Blue value is 238 (93.36% from 255 or 51.18% from 465); Max value from RGB is 238 - color contains mainly: blue. Hex color #AF34EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF34EE is #50CB11. Grayscale: #6D6D6D. Windows color (decimal): -5294866 or 15611055. OLE color: 15611055.
HSL color Cylindrical-coordinate representation of color #AF34EE: hue angle of 279.68º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AF34EE is Cyan = 0.26, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 52 | 238 | - |
| CMYK | 0.26 | 0.78 | 0 | 0.07 |
| HSL | 279.68º | 0.85% | 0.57% | - |
| HSV(B) | 279.68º | 0.78% | 0.93% | - |
| XYZ | 34.34 | 17.74 | 82.5 | - |
| YUV | 109.98 | 200.25 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 52 | 238 | 0.26 | 0.78 | 0 | 0.07 | 279.68 | 0.85 | 0.57 |
| Hex | AF | 34 | EE | 1A | 4E | 0 | 7 | 118 | 55 | 39 |
| Octal | 257 | 64 | 356 | 32 | 116 | 0 | 7 | 430 | 125 | 71 |
| Binary | 10101111 | 110100 | 11101110 | 11010 | 1001110 | 0 | 111 | 100011000 | 1010101 | 111001 |
Color Harmonies of #AF34EE
Complementary color
Monochromatic Colors of #AF34EE
Black with #AF34EE
Text Example
Text Example
White with #AF34EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF34EE; }
p { color: rgb(175,52,238); }
H1.HeaderClassName
{
color: #AF34EE;
}
.AnyTagClassName
{
color: #AF34EE;
}
</style>
background-color css
<style>
a { background-color: #AF34EE; }
a { background-color: rgb(175,52,238); }
div.DivClassName
{
background-color: #AF34EE;
}
.BgClassName
{
background-color: #AF34EE;
}
</style>
border-color css
<style>
span { border-color: #AF34EE; }
span { border-color: rgb(175,52,238); }
td.TdClassName
{
border-color: #AF34EE;
}
.TagClassName
{
border-color: #AF34EE;
}
</style>