Shades of Dark Orchid #A932B2
Tints of Dark Orchid #A932B2
RGB
CMYK
RGB Variations
Color information
#A932B2 (or 0xA932B2) is known color: Dark Orchid. HEX triplet: A9, 32 and B2. RGB value is (169,50,178). Sum of RGB (Red+Green+Blue) = 169+50+178=397 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.57% from 397); Green value is 50 (19.92% from 255 or 12.59% from 397); Blue value is 178 (69.92% from 255 or 44.84% from 397); Max value from RGB is 178 - color contains mainly: blue. Hex color #A932B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A932B2 is #56CD4D. Grayscale: #636363. Windows color (decimal): -5688654 or 11678377. OLE color: 11678377.
HSL color Cylindrical-coordinate representation of color #A932B2: hue angle of 295.78º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A932B2 is Cyan = 0.05, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 169 | 50 | 178 | - |
| CMYK | 0.05 | 0.72 | 0 | 0.30 |
| HSL | 295.78º | 0.56% | 0.45% | - |
| HSV(B) | 295.78º | 0.72% | 0.7% | - |
| XYZ | 25.54 | 13.93 | 43.46 | - |
| YUV | 100.17 | 171.92 | 177.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 50 | 178 | 0.05 | 0.72 | 0 | 0.30 | 295.78 | 0.56 | 0.45 |
| Hex | A9 | 32 | B2 | 5 | 48 | 0 | 1E | 128 | 38 | 2D |
| Octal | 251 | 62 | 262 | 5 | 110 | 0 | 36 | 450 | 70 | 55 |
| Binary | 10101001 | 110010 | 10110010 | 101 | 1001000 | 0 | 11110 | 100101000 | 111000 | 101101 |
Color Harmonies of #A932B2
Complementary color
Monochromatic Colors of #A932B2
Black with #A932B2
Text Example
Text Example
White with #A932B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A932B2; }
p { color: rgb(169,50,178); }
H1.HeaderClassName
{
color: #A932B2;
}
.AnyTagClassName
{
color: #A932B2;
}
</style>
background-color css
<style>
a { background-color: #A932B2; }
a { background-color: rgb(169,50,178); }
div.DivClassName
{
background-color: #A932B2;
}
.BgClassName
{
background-color: #A932B2;
}
</style>
border-color css
<style>
span { border-color: #A932B2; }
span { border-color: rgb(169,50,178); }
td.TdClassName
{
border-color: #A932B2;
}
.TagClassName
{
border-color: #A932B2;
}
</style>