Shades of Dark Orchid #AF33E8
Tints of Dark Orchid #AF33E8
RGB
CMYK
RGB Variations
Color information
#AF33E8 (or 0xAF33E8) is known color: Dark Orchid. HEX triplet: AF, 33 and E8. RGB value is (175,51,232). Sum of RGB (Red+Green+Blue) = 175+51+232=458 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.21% from 458); Green value is 51 (20.31% from 255 or 11.14% from 458); Blue value is 232 (91.02% from 255 or 50.66% from 458); Max value from RGB is 232 - color contains mainly: blue. Hex color #AF33E8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF33E8 is #50CC17. Grayscale: #6C6C6C. Windows color (decimal): -5295128 or 15217583. OLE color: 15217583.
HSL color Cylindrical-coordinate representation of color #AF33E8: hue angle of 281.1º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AF33E8 is Cyan = 0.25, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 51 | 232 | - |
| CMYK | 0.25 | 0.78 | 0 | 0.09 |
| HSL | 281.11º | 0.8% | 0.55% | - |
| HSV(B) | 281.11º | 0.78% | 0.91% | - |
| XYZ | 33.43 | 17.31 | 77.92 | - |
| YUV | 108.71 | 197.58 | 175.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 51 | 232 | 0.25 | 0.78 | 0 | 0.09 | 281.11 | 0.8 | 0.55 |
| Hex | AF | 33 | E8 | 19 | 4E | 0 | 9 | 119 | 50 | 37 |
| Octal | 257 | 63 | 350 | 31 | 116 | 0 | 11 | 431 | 120 | 67 |
| Binary | 10101111 | 110011 | 11101000 | 11001 | 1001110 | 0 | 1001 | 100011001 | 1010000 | 110111 |
Color Harmonies of #AF33E8
Complementary color
Monochromatic Colors of #AF33E8
Black with #AF33E8
Text Example
Text Example
White with #AF33E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF33E8; }
p { color: rgb(175,51,232); }
H1.HeaderClassName
{
color: #AF33E8;
}
.AnyTagClassName
{
color: #AF33E8;
}
</style>
background-color css
<style>
a { background-color: #AF33E8; }
a { background-color: rgb(175,51,232); }
div.DivClassName
{
background-color: #AF33E8;
}
.BgClassName
{
background-color: #AF33E8;
}
</style>
border-color css
<style>
span { border-color: #AF33E8; }
span { border-color: rgb(175,51,232); }
td.TdClassName
{
border-color: #AF33E8;
}
.TagClassName
{
border-color: #AF33E8;
}
</style>