Shades of Dark Orchid #A040CB
Tints of Dark Orchid #A040CB
RGB
CMYK
RGB Variations
Color information
#A040CB (or 0xA040CB) is known color: Dark Orchid. HEX triplet: A0, 40 and CB. RGB value is (160,64,203). Sum of RGB (Red+Green+Blue) = 160+64+203=427 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.47% from 427); Green value is 64 (25.39% from 255 or 14.99% from 427); Blue value is 203 (79.69% from 255 or 47.54% from 427); Max value from RGB is 203 - color contains mainly: blue. Hex color #A040CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A040CB is #5FBF34. Grayscale: #6C6C6C. Windows color (decimal): -6274869 or 13320352. OLE color: 13320352.
HSL color Cylindrical-coordinate representation of color #A040CB: hue angle of 281.44º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A040CB is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 64 | 203 | - |
| CMYK | 0.21 | 0.68 | 0 | 0.20 |
| HSL | 281.44º | 0.57% | 0.52% | - |
| HSV(B) | 281.44º | 0.68% | 0.8% | - |
| XYZ | 27.11 | 15.45 | 58.05 | - |
| YUV | 108.55 | 181.3 | 164.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 64 | 203 | 0.21 | 0.68 | 0 | 0.20 | 281.44 | 0.57 | 0.52 |
| Hex | A0 | 40 | CB | 15 | 44 | 0 | 14 | 119 | 39 | 34 |
| Octal | 240 | 100 | 313 | 25 | 104 | 0 | 24 | 431 | 71 | 64 |
| Binary | 10100000 | 1000000 | 11001011 | 10101 | 1000100 | 0 | 10100 | 100011001 | 111001 | 110100 |
Color Harmonies of #A040CB
Complementary color
Monochromatic Colors of #A040CB
Black with #A040CB
Text Example
Text Example
White with #A040CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A040CB; }
p { color: rgb(160,64,203); }
H1.HeaderClassName
{
color: #A040CB;
}
.AnyTagClassName
{
color: #A040CB;
}
</style>
background-color css
<style>
a { background-color: #A040CB; }
a { background-color: rgb(160,64,203); }
div.DivClassName
{
background-color: #A040CB;
}
.BgClassName
{
background-color: #A040CB;
}
</style>
border-color css
<style>
span { border-color: #A040CB; }
span { border-color: rgb(160,64,203); }
td.TdClassName
{
border-color: #A040CB;
}
.TagClassName
{
border-color: #A040CB;
}
</style>