Shades of Dark Orchid #AF33ED
Tints of Dark Orchid #AF33ED
RGB
CMYK
RGB Variations
Color information
#AF33ED (or 0xAF33ED) is known color: Dark Orchid. HEX triplet: AF, 33 and ED. RGB value is (175,51,237). Sum of RGB (Red+Green+Blue) = 175+51+237=463 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.80% from 463); Green value is 51 (20.31% from 255 or 11.02% from 463); Blue value is 237 (92.97% from 255 or 51.19% from 463); Max value from RGB is 237 - color contains mainly: blue. Hex color #AF33ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF33ED is #50CC12. Grayscale: #6C6C6C. Windows color (decimal): -5295123 or 15545263. OLE color: 15545263.
HSL color Cylindrical-coordinate representation of color #AF33ED: hue angle of 280º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AF33ED is Cyan = 0.26, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 51 | 237 | - |
| CMYK | 0.26 | 0.78 | 0 | 0.07 |
| HSL | 280º | 0.84% | 0.56% | - |
| HSV(B) | 280º | 0.78% | 0.93% | - |
| XYZ | 34.15 | 17.6 | 81.72 | - |
| YUV | 109.28 | 200.08 | 174.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 51 | 237 | 0.26 | 0.78 | 0 | 0.07 | 280 | 0.84 | 0.56 |
| Hex | AF | 33 | ED | 1A | 4E | 0 | 7 | 118 | 54 | 38 |
| Octal | 257 | 63 | 355 | 32 | 116 | 0 | 7 | 430 | 124 | 70 |
| Binary | 10101111 | 110011 | 11101101 | 11010 | 1001110 | 0 | 111 | 100011000 | 1010100 | 111000 |
Color Harmonies of #AF33ED
Complementary color
Monochromatic Colors of #AF33ED
Black with #AF33ED
Text Example
Text Example
White with #AF33ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF33ED; }
p { color: rgb(175,51,237); }
H1.HeaderClassName
{
color: #AF33ED;
}
.AnyTagClassName
{
color: #AF33ED;
}
</style>
background-color css
<style>
a { background-color: #AF33ED; }
a { background-color: rgb(175,51,237); }
div.DivClassName
{
background-color: #AF33ED;
}
.BgClassName
{
background-color: #AF33ED;
}
</style>
border-color css
<style>
span { border-color: #AF33ED; }
span { border-color: rgb(175,51,237); }
td.TdClassName
{
border-color: #AF33ED;
}
.TagClassName
{
border-color: #AF33ED;
}
</style>