Shades of Dark Orchid #A02BCC
Tints of Dark Orchid #A02BCC
RGB
CMYK
RGB Variations
Color information
#A02BCC (or 0xA02BCC) is known color: Dark Orchid. HEX triplet: A0, 2B and CC. RGB value is (160,43,204). Sum of RGB (Red+Green+Blue) = 160+43+204=407 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.31% from 407); Green value is 43 (17.19% from 255 or 10.57% from 407); Blue value is 204 (80.08% from 255 or 50.12% from 407); Max value from RGB is 204 - color contains mainly: blue. Hex color #A02BCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A02BCC is #5FD433. Grayscale: #5F5F5F. Windows color (decimal): -6280244 or 13380512. OLE color: 13380512.
HSL color Cylindrical-coordinate representation of color #A02BCC: hue angle of 283.6º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A02BCC is Cyan = 0.22, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 160 | 43 | 204 | - |
| CMYK | 0.22 | 0.79 | 0 | 0.2 |
| HSL | 283.6º | 0.65% | 0.48% | - |
| HSV(B) | 283.6º | 0.79% | 0.8% | - |
| XYZ | 26.26 | 13.56 | 58.36 | - |
| YUV | 96.34 | 188.76 | 173.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 43 | 204 | 0.22 | 0.79 | 0 | 0.2 | 283.6 | 0.65 | 0.48 |
| Hex | A0 | 2B | CC | 16 | 4F | 0 | 14 | 11C | 41 | 30 |
| Octal | 240 | 53 | 314 | 26 | 117 | 0 | 24 | 434 | 101 | 60 |
| Binary | 10100000 | 101011 | 11001100 | 10110 | 1001111 | 0 | 10100 | 100011100 | 1000001 | 110000 |
Color Harmonies of #A02BCC
Complementary color
Monochromatic Colors of #A02BCC
Black with #A02BCC
Text Example
Text Example
White with #A02BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02BCC; }
p { color: rgb(160,43,204); }
H1.HeaderClassName
{
color: #A02BCC;
}
.AnyTagClassName
{
color: #A02BCC;
}
</style>
background-color css
<style>
a { background-color: #A02BCC; }
a { background-color: rgb(160,43,204); }
div.DivClassName
{
background-color: #A02BCC;
}
.BgClassName
{
background-color: #A02BCC;
}
</style>
border-color css
<style>
span { border-color: #A02BCC; }
span { border-color: rgb(160,43,204); }
td.TdClassName
{
border-color: #A02BCC;
}
.TagClassName
{
border-color: #A02BCC;
}
</style>