Shades of Dark Orchid #AF34ED
Tints of Dark Orchid #AF34ED
RGB
CMYK
RGB Variations
Color information
#AF34ED (or 0xAF34ED) is known color: Dark Orchid. HEX triplet: AF, 34 and ED. RGB value is (175,52,237). Sum of RGB (Red+Green+Blue) = 175+52+237=464 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.72% from 464); Green value is 52 (20.70% from 255 or 11.21% from 464); Blue value is 237 (92.97% from 255 or 51.08% from 464); Max value from RGB is 237 - color contains mainly: blue. Hex color #AF34ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF34ED is #50CB12. Grayscale: #6D6D6D. Windows color (decimal): -5294867 or 15545519. OLE color: 15545519.
HSL color Cylindrical-coordinate representation of color #AF34ED: hue angle of 279.89º degrees, saturation: 0.84, 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 #AF34ED is Cyan = 0.26, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 52 | 237 | - |
| CMYK | 0.26 | 0.78 | 0 | 0.07 |
| HSL | 279.89º | 0.84% | 0.57% | - |
| HSV(B) | 279.89º | 0.78% | 0.93% | - |
| XYZ | 34.19 | 17.68 | 81.73 | - |
| YUV | 109.87 | 199.75 | 174.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 52 | 237 | 0.26 | 0.78 | 0 | 0.07 | 279.89 | 0.84 | 0.57 |
| Hex | AF | 34 | ED | 1A | 4E | 0 | 7 | 118 | 54 | 39 |
| Octal | 257 | 64 | 355 | 32 | 116 | 0 | 7 | 430 | 124 | 71 |
| Binary | 10101111 | 110100 | 11101101 | 11010 | 1001110 | 0 | 111 | 100011000 | 1010100 | 111001 |
Color Harmonies of #AF34ED
Complementary color
Monochromatic Colors of #AF34ED
Black with #AF34ED
Text Example
Text Example
White with #AF34ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF34ED; }
p { color: rgb(175,52,237); }
H1.HeaderClassName
{
color: #AF34ED;
}
.AnyTagClassName
{
color: #AF34ED;
}
</style>
background-color css
<style>
a { background-color: #AF34ED; }
a { background-color: rgb(175,52,237); }
div.DivClassName
{
background-color: #AF34ED;
}
.BgClassName
{
background-color: #AF34ED;
}
</style>
border-color css
<style>
span { border-color: #AF34ED; }
span { border-color: rgb(175,52,237); }
td.TdClassName
{
border-color: #AF34ED;
}
.TagClassName
{
border-color: #AF34ED;
}
</style>