Shades of Dark Orchid #A435D2
Tints of Dark Orchid #A435D2
RGB
CMYK
RGB Variations
Color information
#A435D2 (or 0xA435D2) is known color: Dark Orchid. HEX triplet: A4, 35 and D2. RGB value is (164,53,210). Sum of RGB (Red+Green+Blue) = 164+53+210=427 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.41% from 427); Green value is 53 (21.09% from 255 or 12.41% from 427); Blue value is 210 (82.42% from 255 or 49.18% from 427); Max value from RGB is 210 - color contains mainly: blue. Hex color #A435D2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A435D2 is #5BCA2D. Grayscale: #676767. Windows color (decimal): -6015534 or 13776292. OLE color: 13776292.
HSL color Cylindrical-coordinate representation of color #A435D2: hue angle of 282.42º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A435D2 is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 164 | 53 | 210 | - |
| CMYK | 0.22 | 0.75 | 0 | 0.18 |
| HSL | 282.42º | 0.64% | 0.52% | - |
| HSV(B) | 282.42º | 0.75% | 0.82% | - |
| XYZ | 28.22 | 15.09 | 62.4 | - |
| YUV | 104.09 | 187.77 | 170.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 53 | 210 | 0.22 | 0.75 | 0 | 0.18 | 282.42 | 0.64 | 0.52 |
| Hex | A4 | 35 | D2 | 16 | 4B | 0 | 12 | 11A | 40 | 34 |
| Octal | 244 | 65 | 322 | 26 | 113 | 0 | 22 | 432 | 100 | 64 |
| Binary | 10100100 | 110101 | 11010010 | 10110 | 1001011 | 0 | 10010 | 100011010 | 1000000 | 110100 |
Color Harmonies of #A435D2
Complementary color
Monochromatic Colors of #A435D2
Black with #A435D2
Text Example
Text Example
White with #A435D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A435D2; }
p { color: rgb(164,53,210); }
H1.HeaderClassName
{
color: #A435D2;
}
.AnyTagClassName
{
color: #A435D2;
}
</style>
background-color css
<style>
a { background-color: #A435D2; }
a { background-color: rgb(164,53,210); }
div.DivClassName
{
background-color: #A435D2;
}
.BgClassName
{
background-color: #A435D2;
}
</style>
border-color css
<style>
span { border-color: #A435D2; }
span { border-color: rgb(164,53,210); }
td.TdClassName
{
border-color: #A435D2;
}
.TagClassName
{
border-color: #A435D2;
}
</style>