Shades of Dark Orchid #A435AB
Tints of Dark Orchid #A435AB
RGB
CMYK
RGB Variations
Color information
#A435AB (or 0xA435AB) is known color: Dark Orchid. HEX triplet: A4, 35 and AB. RGB value is (164,53,171). Sum of RGB (Red+Green+Blue) = 164+53+171=388 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.27% from 388); Green value is 53 (21.09% from 255 or 13.66% from 388); Blue value is 171 (67.19% from 255 or 44.07% from 388); Max value from RGB is 171 - color contains mainly: blue. Hex color #A435AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A435AB is #5BCA54. Grayscale: #636363. Windows color (decimal): -6015573 or 11220388. OLE color: 11220388.
HSL color Cylindrical-coordinate representation of color #A435AB: hue angle of 296.44º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A435AB is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 53 | 171 | - |
| CMYK | 0.04 | 0.69 | 0 | 0.33 |
| HSL | 296.44º | 0.53% | 0.44% | - |
| HSV(B) | 296.44º | 0.69% | 0.67% | - |
| XYZ | 23.93 | 13.38 | 39.85 | - |
| YUV | 99.64 | 168.27 | 173.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 53 | 171 | 0.04 | 0.69 | 0 | 0.33 | 296.44 | 0.53 | 0.44 |
| Hex | A4 | 35 | AB | 4 | 45 | 0 | 21 | 128 | 35 | 2C |
| Octal | 244 | 65 | 253 | 4 | 105 | 0 | 41 | 450 | 65 | 54 |
| Binary | 10100100 | 110101 | 10101011 | 100 | 1000101 | 0 | 100001 | 100101000 | 110101 | 101100 |
Color Harmonies of #A435AB
Complementary color
Monochromatic Colors of #A435AB
Black with #A435AB
Text Example
Text Example
White with #A435AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A435AB; }
p { color: rgb(164,53,171); }
H1.HeaderClassName
{
color: #A435AB;
}
.AnyTagClassName
{
color: #A435AB;
}
</style>
background-color css
<style>
a { background-color: #A435AB; }
a { background-color: rgb(164,53,171); }
div.DivClassName
{
background-color: #A435AB;
}
.BgClassName
{
background-color: #A435AB;
}
</style>
border-color css
<style>
span { border-color: #A435AB; }
span { border-color: rgb(164,53,171); }
td.TdClassName
{
border-color: #A435AB;
}
.TagClassName
{
border-color: #A435AB;
}
</style>