Shades of Dark Orchid #A932AF
Tints of Dark Orchid #A932AF
RGB
CMYK
RGB Variations
Color information
#A932AF (or 0xA932AF) is known color: Dark Orchid. HEX triplet: A9, 32 and AF. RGB value is (169,50,175). Sum of RGB (Red+Green+Blue) = 169+50+175=394 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.89% from 394); Green value is 50 (19.92% from 255 or 12.69% from 394); Blue value is 175 (68.75% from 255 or 44.42% from 394); Max value from RGB is 175 - color contains mainly: blue. Hex color #A932AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A932AF is #56CD50. Grayscale: #636363. Windows color (decimal): -5688657 or 11481769. OLE color: 11481769.
HSL color Cylindrical-coordinate representation of color #A932AF: hue angle of 297.12º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A932AF is Cyan = 0.03, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 169 | 50 | 175 | - |
| CMYK | 0.03 | 0.71 | 0 | 0.31 |
| HSL | 297.12º | 0.56% | 0.44% | - |
| HSV(B) | 297.12º | 0.71% | 0.69% | - |
| XYZ | 25.24 | 13.81 | 41.89 | - |
| YUV | 99.83 | 170.42 | 177.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 50 | 175 | 0.03 | 0.71 | 0 | 0.31 | 297.12 | 0.56 | 0.44 |
| Hex | A9 | 32 | AF | 3 | 47 | 0 | 1F | 129 | 38 | 2C |
| Octal | 251 | 62 | 257 | 3 | 107 | 0 | 37 | 451 | 70 | 54 |
| Binary | 10101001 | 110010 | 10101111 | 11 | 1000111 | 0 | 11111 | 100101001 | 111000 | 101100 |
Color Harmonies of #A932AF
Complementary color
Monochromatic Colors of #A932AF
Black with #A932AF
Text Example
Text Example
White with #A932AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A932AF; }
p { color: rgb(169,50,175); }
H1.HeaderClassName
{
color: #A932AF;
}
.AnyTagClassName
{
color: #A932AF;
}
</style>
background-color css
<style>
a { background-color: #A932AF; }
a { background-color: rgb(169,50,175); }
div.DivClassName
{
background-color: #A932AF;
}
.BgClassName
{
background-color: #A932AF;
}
</style>
border-color css
<style>
span { border-color: #A932AF; }
span { border-color: rgb(169,50,175); }
td.TdClassName
{
border-color: #A932AF;
}
.TagClassName
{
border-color: #A932AF;
}
</style>