Shades of Dark Orchid #AF32DE
Tints of Dark Orchid #AF32DE
RGB
CMYK
RGB Variations
Color information
#AF32DE (or 0xAF32DE) is known color: Dark Orchid. HEX triplet: AF, 32 and DE. RGB value is (175,50,222). Sum of RGB (Red+Green+Blue) = 175+50+222=447 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.15% from 447); Green value is 50 (19.92% from 255 or 11.19% from 447); Blue value is 222 (87.11% from 255 or 49.66% from 447); Max value from RGB is 222 - color contains mainly: blue. Hex color #AF32DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF32DE is #50CD21. Grayscale: #6A6A6A. Windows color (decimal): -5295394 or 14561967. OLE color: 14561967.
HSL color Cylindrical-coordinate representation of color #AF32DE: hue angle of 283.6º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AF32DE is Cyan = 0.21, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 50 | 222 | - |
| CMYK | 0.21 | 0.77 | 0 | 0.13 |
| HSL | 283.6º | 0.72% | 0.53% | - |
| HSV(B) | 283.6º | 0.77% | 0.87% | - |
| XYZ | 32 | 16.67 | 70.64 | - |
| YUV | 106.98 | 192.91 | 176.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 50 | 222 | 0.21 | 0.77 | 0 | 0.13 | 283.6 | 0.72 | 0.53 |
| Hex | AF | 32 | DE | 15 | 4D | 0 | D | 11C | 48 | 35 |
| Octal | 257 | 62 | 336 | 25 | 115 | 0 | 15 | 434 | 110 | 65 |
| Binary | 10101111 | 110010 | 11011110 | 10101 | 1001101 | 0 | 1101 | 100011100 | 1001000 | 110101 |
Color Harmonies of #AF32DE
Complementary color
Monochromatic Colors of #AF32DE
Black with #AF32DE
Text Example
Text Example
White with #AF32DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF32DE; }
p { color: rgb(175,50,222); }
H1.HeaderClassName
{
color: #AF32DE;
}
.AnyTagClassName
{
color: #AF32DE;
}
</style>
background-color css
<style>
a { background-color: #AF32DE; }
a { background-color: rgb(175,50,222); }
div.DivClassName
{
background-color: #AF32DE;
}
.BgClassName
{
background-color: #AF32DE;
}
</style>
border-color css
<style>
span { border-color: #AF32DE; }
span { border-color: rgb(175,50,222); }
td.TdClassName
{
border-color: #AF32DE;
}
.TagClassName
{
border-color: #AF32DE;
}
</style>