Shades of Dark Orchid #AF33E7
Tints of Dark Orchid #AF33E7
RGB
CMYK
RGB Variations
Color information
#AF33E7 (or 0xAF33E7) is known color: Dark Orchid. HEX triplet: AF, 33 and E7. RGB value is (175,51,231). Sum of RGB (Red+Green+Blue) = 175+51+231=457 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.29% from 457); Green value is 51 (20.31% from 255 or 11.16% from 457); Blue value is 231 (90.62% from 255 or 50.55% from 457); Max value from RGB is 231 - color contains mainly: blue. Hex color #AF33E7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF33E7 is #50CC18. Grayscale: #6C6C6C. Windows color (decimal): -5295129 or 15152047. OLE color: 15152047.
HSL color Cylindrical-coordinate representation of color #AF33E7: hue angle of 281.33º degrees, saturation: 0.79, 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 #AF33E7 is Cyan = 0.24, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 51 | 231 | - |
| CMYK | 0.24 | 0.78 | 0 | 0.09 |
| HSL | 281.33º | 0.79% | 0.55% | - |
| HSV(B) | 281.33º | 0.78% | 0.91% | - |
| XYZ | 33.29 | 17.25 | 77.18 | - |
| YUV | 108.6 | 197.08 | 175.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 51 | 231 | 0.24 | 0.78 | 0 | 0.09 | 281.33 | 0.79 | 0.55 |
| Hex | AF | 33 | E7 | 18 | 4E | 0 | 9 | 119 | 4F | 37 |
| Octal | 257 | 63 | 347 | 30 | 116 | 0 | 11 | 431 | 117 | 67 |
| Binary | 10101111 | 110011 | 11100111 | 11000 | 1001110 | 0 | 1001 | 100011001 | 1001111 | 110111 |
Color Harmonies of #AF33E7
Complementary color
Monochromatic Colors of #AF33E7
Black with #AF33E7
Text Example
Text Example
White with #AF33E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF33E7; }
p { color: rgb(175,51,231); }
H1.HeaderClassName
{
color: #AF33E7;
}
.AnyTagClassName
{
color: #AF33E7;
}
</style>
background-color css
<style>
a { background-color: #AF33E7; }
a { background-color: rgb(175,51,231); }
div.DivClassName
{
background-color: #AF33E7;
}
.BgClassName
{
background-color: #AF33E7;
}
</style>
border-color css
<style>
span { border-color: #AF33E7; }
span { border-color: rgb(175,51,231); }
td.TdClassName
{
border-color: #AF33E7;
}
.TagClassName
{
border-color: #AF33E7;
}
</style>