Shades of Dark Orchid #A027CC
Tints of Dark Orchid #A027CC
RGB
CMYK
RGB Variations
Color information
#A027CC (or 0xA027CC) is known color: Dark Orchid. HEX triplet: A0, 27 and CC. RGB value is (160,39,204). Sum of RGB (Red+Green+Blue) = 160+39+204=403 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.70% from 403); Green value is 39 (15.62% from 255 or 9.68% from 403); Blue value is 204 (80.08% from 255 or 50.62% from 403); Max value from RGB is 204 - color contains mainly: blue. Hex color #A027CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A027CC is #5FD833. Grayscale: #5D5D5D. Windows color (decimal): -6281268 or 13379488. OLE color: 13379488.
HSL color Cylindrical-coordinate representation of color #A027CC: hue angle of 284º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A027CC is Cyan = 0.22, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 160 | 39 | 204 | - |
| CMYK | 0.22 | 0.81 | 0 | 0.2 |
| HSL | 284º | 0.68% | 0.48% | - |
| HSV(B) | 284º | 0.81% | 0.8% | - |
| XYZ | 26.12 | 13.28 | 58.31 | - |
| YUV | 93.99 | 190.09 | 175.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 39 | 204 | 0.22 | 0.81 | 0 | 0.2 | 284 | 0.68 | 0.48 |
| Hex | A0 | 27 | CC | 16 | 51 | 0 | 14 | 11C | 44 | 30 |
| Octal | 240 | 47 | 314 | 26 | 121 | 0 | 24 | 434 | 104 | 60 |
| Binary | 10100000 | 100111 | 11001100 | 10110 | 1010001 | 0 | 10100 | 100011100 | 1000100 | 110000 |
Color Harmonies of #A027CC
Complementary color
Monochromatic Colors of #A027CC
Black with #A027CC
Text Example
Text Example
White with #A027CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A027CC; }
p { color: rgb(160,39,204); }
H1.HeaderClassName
{
color: #A027CC;
}
.AnyTagClassName
{
color: #A027CC;
}
</style>
background-color css
<style>
a { background-color: #A027CC; }
a { background-color: rgb(160,39,204); }
div.DivClassName
{
background-color: #A027CC;
}
.BgClassName
{
background-color: #A027CC;
}
</style>
border-color css
<style>
span { border-color: #A027CC; }
span { border-color: rgb(160,39,204); }
td.TdClassName
{
border-color: #A027CC;
}
.TagClassName
{
border-color: #A027CC;
}
</style>