Shades of Dark Orchid #A435C0
Tints of Dark Orchid #A435C0
RGB
CMYK
RGB Variations
Color information
#A435C0 (or 0xA435C0) is known color: Dark Orchid. HEX triplet: A4, 35 and C0. RGB value is (164,53,192). Sum of RGB (Red+Green+Blue) = 164+53+192=409 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.10% from 409); Green value is 53 (21.09% from 255 or 12.96% from 409); Blue value is 192 (75.39% from 255 or 46.94% from 409); Max value from RGB is 192 - color contains mainly: blue. Hex color #A435C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A435C0 is #5BCA3F. Grayscale: #656565. Windows color (decimal): -6015552 or 12596644. OLE color: 12596644.
HSL color Cylindrical-coordinate representation of color #A435C0: hue angle of 287.91º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A435C0 is Cyan = 0.15, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 164 | 53 | 192 | - |
| CMYK | 0.15 | 0.72 | 0 | 0.25 |
| HSL | 287.91º | 0.57% | 0.48% | - |
| HSV(B) | 287.91º | 0.72% | 0.75% | - |
| XYZ | 26.1 | 14.24 | 51.24 | - |
| YUV | 102.04 | 178.77 | 172.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 53 | 192 | 0.15 | 0.72 | 0 | 0.25 | 287.91 | 0.57 | 0.48 |
| Hex | A4 | 35 | C0 | F | 48 | 0 | 19 | 120 | 39 | 30 |
| Octal | 244 | 65 | 300 | 17 | 110 | 0 | 31 | 440 | 71 | 60 |
| Binary | 10100100 | 110101 | 11000000 | 1111 | 1001000 | 0 | 11001 | 100100000 | 111001 | 110000 |
Color Harmonies of #A435C0
Complementary color
Monochromatic Colors of #A435C0
Black with #A435C0
Text Example
Text Example
White with #A435C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A435C0; }
p { color: rgb(164,53,192); }
H1.HeaderClassName
{
color: #A435C0;
}
.AnyTagClassName
{
color: #A435C0;
}
</style>
background-color css
<style>
a { background-color: #A435C0; }
a { background-color: rgb(164,53,192); }
div.DivClassName
{
background-color: #A435C0;
}
.BgClassName
{
background-color: #A435C0;
}
</style>
border-color css
<style>
span { border-color: #A435C0; }
span { border-color: rgb(164,53,192); }
td.TdClassName
{
border-color: #A435C0;
}
.TagClassName
{
border-color: #A435C0;
}
</style>