Shades of Dark Orchid #A732B2
Tints of Dark Orchid #A732B2
RGB
CMYK
RGB Variations
Color information
#A732B2 (or 0xA732B2) is known color: Dark Orchid. HEX triplet: A7, 32 and B2. RGB value is (167,50,178). Sum of RGB (Red+Green+Blue) = 167+50+178=395 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.28% from 395); Green value is 50 (19.92% from 255 or 12.66% from 395); Blue value is 178 (69.92% from 255 or 45.06% from 395); Max value from RGB is 178 - color contains mainly: blue. Hex color #A732B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A732B2 is #58CD4D. Grayscale: #636363. Windows color (decimal): -5819726 or 11678375. OLE color: 11678375.
HSL color Cylindrical-coordinate representation of color #A732B2: hue angle of 294.84º 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 #A732B2 is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 167 | 50 | 178 | - |
| CMYK | 0.06 | 0.72 | 0 | 0.30 |
| HSL | 294.84º | 0.56% | 0.45% | - |
| HSV(B) | 294.84º | 0.72% | 0.7% | - |
| XYZ | 25.11 | 13.71 | 43.44 | - |
| YUV | 99.58 | 172.26 | 176.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 50 | 178 | 0.06 | 0.72 | 0 | 0.30 | 294.84 | 0.56 | 0.45 |
| Hex | A7 | 32 | B2 | 6 | 48 | 0 | 1E | 127 | 38 | 2D |
| Octal | 247 | 62 | 262 | 6 | 110 | 0 | 36 | 447 | 70 | 55 |
| Binary | 10100111 | 110010 | 10110010 | 110 | 1001000 | 0 | 11110 | 100100111 | 111000 | 101101 |
Color Harmonies of #A732B2
Complementary color
Monochromatic Colors of #A732B2
Black with #A732B2
Text Example
Text Example
White with #A732B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A732B2; }
p { color: rgb(167,50,178); }
H1.HeaderClassName
{
color: #A732B2;
}
.AnyTagClassName
{
color: #A732B2;
}
</style>
background-color css
<style>
a { background-color: #A732B2; }
a { background-color: rgb(167,50,178); }
div.DivClassName
{
background-color: #A732B2;
}
.BgClassName
{
background-color: #A732B2;
}
</style>
border-color css
<style>
span { border-color: #A732B2; }
span { border-color: rgb(167,50,178); }
td.TdClassName
{
border-color: #A732B2;
}
.TagClassName
{
border-color: #A732B2;
}
</style>