Shades of Dark Orchid #A332BD
Tints of Dark Orchid #A332BD
RGB
CMYK
RGB Variations
Color information
#A332BD (or 0xA332BD) is known color: Dark Orchid. HEX triplet: A3, 32 and BD. RGB value is (163,50,189). Sum of RGB (Red+Green+Blue) = 163+50+189=402 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.55% from 402); Green value is 50 (19.92% from 255 or 12.44% from 402); Blue value is 189 (74.22% from 255 or 47.01% from 402); Max value from RGB is 189 - color contains mainly: blue. Hex color #A332BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A332BD is #5CCD42. Grayscale: #636363. Windows color (decimal): -6081859 or 12399267. OLE color: 12399267.
HSL color Cylindrical-coordinate representation of color #A332BD: hue angle of 288.78º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A332BD is Cyan = 0.14, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 50 | 189 | - |
| CMYK | 0.14 | 0.74 | 0 | 0.26 |
| HSL | 288.78º | 0.58% | 0.47% | - |
| HSV(B) | 288.78º | 0.74% | 0.74% | - |
| XYZ | 25.43 | 13.74 | 49.46 | - |
| YUV | 99.63 | 178.44 | 173.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 50 | 189 | 0.14 | 0.74 | 0 | 0.26 | 288.78 | 0.58 | 0.47 |
| Hex | A3 | 32 | BD | E | 4A | 0 | 1A | 121 | 3A | 2F |
| Octal | 243 | 62 | 275 | 16 | 112 | 0 | 32 | 441 | 72 | 57 |
| Binary | 10100011 | 110010 | 10111101 | 1110 | 1001010 | 0 | 11010 | 100100001 | 111010 | 101111 |
Color Harmonies of #A332BD
Complementary color
Monochromatic Colors of #A332BD
Black with #A332BD
Text Example
Text Example
White with #A332BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A332BD; }
p { color: rgb(163,50,189); }
H1.HeaderClassName
{
color: #A332BD;
}
.AnyTagClassName
{
color: #A332BD;
}
</style>
background-color css
<style>
a { background-color: #A332BD; }
a { background-color: rgb(163,50,189); }
div.DivClassName
{
background-color: #A332BD;
}
.BgClassName
{
background-color: #A332BD;
}
</style>
border-color css
<style>
span { border-color: #A332BD; }
span { border-color: rgb(163,50,189); }
td.TdClassName
{
border-color: #A332BD;
}
.TagClassName
{
border-color: #A332BD;
}
</style>