Shades of Dark Orchid #AF32DA
Tints of Dark Orchid #AF32DA
RGB
CMYK
RGB Variations
Color information
#AF32DA (or 0xAF32DA) is known color: Dark Orchid. HEX triplet: AF, 32 and DA. RGB value is (175,50,218). Sum of RGB (Red+Green+Blue) = 175+50+218=443 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.50% from 443); Green value is 50 (19.92% from 255 or 11.29% from 443); Blue value is 218 (85.55% from 255 or 49.21% from 443); Max value from RGB is 218 - color contains mainly: blue. Hex color #AF32DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF32DA is #50CD25. Grayscale: #696969. Windows color (decimal): -5295398 or 14299823. OLE color: 14299823.
HSL color Cylindrical-coordinate representation of color #AF32DA: hue angle of 284.64º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AF32DA is Cyan = 0.20, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 50 | 218 | - |
| CMYK | 0.20 | 0.77 | 0 | 0.15 |
| HSL | 284.64º | 0.69% | 0.53% | - |
| HSV(B) | 284.64º | 0.77% | 0.85% | - |
| XYZ | 31.47 | 16.46 | 67.85 | - |
| YUV | 106.53 | 190.91 | 176.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 50 | 218 | 0.20 | 0.77 | 0 | 0.15 | 284.64 | 0.69 | 0.53 |
| Hex | AF | 32 | DA | 14 | 4D | 0 | F | 11D | 45 | 35 |
| Octal | 257 | 62 | 332 | 24 | 115 | 0 | 17 | 435 | 105 | 65 |
| Binary | 10101111 | 110010 | 11011010 | 10100 | 1001101 | 0 | 1111 | 100011101 | 1000101 | 110101 |
Color Harmonies of #AF32DA
Complementary color
Monochromatic Colors of #AF32DA
Black with #AF32DA
Text Example
Text Example
White with #AF32DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF32DA; }
p { color: rgb(175,50,218); }
H1.HeaderClassName
{
color: #AF32DA;
}
.AnyTagClassName
{
color: #AF32DA;
}
</style>
background-color css
<style>
a { background-color: #AF32DA; }
a { background-color: rgb(175,50,218); }
div.DivClassName
{
background-color: #AF32DA;
}
.BgClassName
{
background-color: #AF32DA;
}
</style>
border-color css
<style>
span { border-color: #AF32DA; }
span { border-color: rgb(175,50,218); }
td.TdClassName
{
border-color: #AF32DA;
}
.TagClassName
{
border-color: #AF32DA;
}
</style>