Shades of Dark Orchid #A432BD
Tints of Dark Orchid #A432BD
RGB
CMYK
RGB Variations
Color information
#A432BD (or 0xA432BD) is known color: Dark Orchid. HEX triplet: A4, 32 and BD. RGB value is (164,50,189). Sum of RGB (Red+Green+Blue) = 164+50+189=403 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.69% from 403); Green value is 50 (19.92% from 255 or 12.41% from 403); Blue value is 189 (74.22% from 255 or 46.90% from 403); Max value from RGB is 189 - color contains mainly: blue. Hex color #A432BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A432BD is #5BCD42. Grayscale: #636363. Windows color (decimal): -6016323 or 12399268. OLE color: 12399268.
HSL color Cylindrical-coordinate representation of color #A432BD: hue angle of 289.21º 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 #A432BD is Cyan = 0.13, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 164 | 50 | 189 | - |
| CMYK | 0.13 | 0.74 | 0 | 0.26 |
| HSL | 289.21º | 0.58% | 0.47% | - |
| HSV(B) | 289.21º | 0.74% | 0.74% | - |
| XYZ | 25.64 | 13.85 | 49.47 | - |
| YUV | 99.93 | 178.27 | 173.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 50 | 189 | 0.13 | 0.74 | 0 | 0.26 | 289.21 | 0.58 | 0.47 |
| Hex | A4 | 32 | BD | D | 4A | 0 | 1A | 121 | 3A | 2F |
| Octal | 244 | 62 | 275 | 15 | 112 | 0 | 32 | 441 | 72 | 57 |
| Binary | 10100100 | 110010 | 10111101 | 1101 | 1001010 | 0 | 11010 | 100100001 | 111010 | 101111 |
Color Harmonies of #A432BD
Complementary color
Monochromatic Colors of #A432BD
Black with #A432BD
Text Example
Text Example
White with #A432BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A432BD; }
p { color: rgb(164,50,189); }
H1.HeaderClassName
{
color: #A432BD;
}
.AnyTagClassName
{
color: #A432BD;
}
</style>
background-color css
<style>
a { background-color: #A432BD; }
a { background-color: rgb(164,50,189); }
div.DivClassName
{
background-color: #A432BD;
}
.BgClassName
{
background-color: #A432BD;
}
</style>
border-color css
<style>
span { border-color: #A432BD; }
span { border-color: rgb(164,50,189); }
td.TdClassName
{
border-color: #A432BD;
}
.TagClassName
{
border-color: #A432BD;
}
</style>