Shades of Dark Orchid #AF33EF
Tints of Dark Orchid #AF33EF
RGB
CMYK
RGB Variations
Color information
#AF33EF (or 0xAF33EF) is known color: Dark Orchid. HEX triplet: AF, 33 and EF. RGB value is (175,51,239). Sum of RGB (Red+Green+Blue) = 175+51+239=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 51 (20.31% from 255 or 10.97% from 465); Blue value is 239 (93.75% from 255 or 51.40% from 465); Max value from RGB is 239 - color contains mainly: blue. Hex color #AF33EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF33EF is #50CC10. Grayscale: #6C6C6C. Windows color (decimal): -5295121 or 15676335. OLE color: 15676335.
HSL color Cylindrical-coordinate representation of color #AF33EF: hue angle of 279.57º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AF33EF is Cyan = 0.27, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 175 | 51 | 239 | - |
| CMYK | 0.27 | 0.79 | 0 | 0.06 |
| HSL | 279.57º | 0.85% | 0.57% | - |
| HSV(B) | 279.57º | 0.79% | 0.94% | - |
| XYZ | 34.44 | 17.71 | 83.27 | - |
| YUV | 109.51 | 201.08 | 174.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 51 | 239 | 0.27 | 0.79 | 0 | 0.06 | 279.57 | 0.85 | 0.57 |
| Hex | AF | 33 | EF | 1B | 4F | 0 | 6 | 118 | 55 | 39 |
| Octal | 257 | 63 | 357 | 33 | 117 | 0 | 6 | 430 | 125 | 71 |
| Binary | 10101111 | 110011 | 11101111 | 11011 | 1001111 | 0 | 110 | 100011000 | 1010101 | 111001 |
Color Harmonies of #AF33EF
Complementary color
Monochromatic Colors of #AF33EF
Black with #AF33EF
Text Example
Text Example
White with #AF33EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF33EF; }
p { color: rgb(175,51,239); }
H1.HeaderClassName
{
color: #AF33EF;
}
.AnyTagClassName
{
color: #AF33EF;
}
</style>
background-color css
<style>
a { background-color: #AF33EF; }
a { background-color: rgb(175,51,239); }
div.DivClassName
{
background-color: #AF33EF;
}
.BgClassName
{
background-color: #AF33EF;
}
</style>
border-color css
<style>
span { border-color: #AF33EF; }
span { border-color: rgb(175,51,239); }
td.TdClassName
{
border-color: #AF33EF;
}
.TagClassName
{
border-color: #AF33EF;
}
</style>