Shades of Dark Orchid #A02FAA
Tints of Dark Orchid #A02FAA
RGB
CMYK
RGB Variations
Color information
#A02FAA (or 0xA02FAA) is known color: Dark Orchid. HEX triplet: A0, 2F and AA. RGB value is (160,47,170). Sum of RGB (Red+Green+Blue) = 160+47+170=377 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.44% from 377); Green value is 47 (18.75% from 255 or 12.47% from 377); Blue value is 170 (66.80% from 255 or 45.09% from 377); Max value from RGB is 170 - color contains mainly: blue. Hex color #A02FAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02FAA is #5FD055. Grayscale: #5E5E5E. Windows color (decimal): -6279254 or 11153312. OLE color: 11153312.
HSL color Cylindrical-coordinate representation of color #A02FAA: hue angle of 295.12º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A02FAA is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 47 | 170 | - |
| CMYK | 0.06 | 0.72 | 0 | 0.33 |
| HSL | 295.12º | 0.57% | 0.43% | - |
| HSV(B) | 295.12º | 0.72% | 0.67% | - |
| XYZ | 22.77 | 12.41 | 39.23 | - |
| YUV | 94.81 | 170.44 | 174.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 47 | 170 | 0.06 | 0.72 | 0 | 0.33 | 295.12 | 0.57 | 0.43 |
| Hex | A0 | 2F | AA | 6 | 48 | 0 | 21 | 127 | 39 | 2B |
| Octal | 240 | 57 | 252 | 6 | 110 | 0 | 41 | 447 | 71 | 53 |
| Binary | 10100000 | 101111 | 10101010 | 110 | 1001000 | 0 | 100001 | 100100111 | 111001 | 101011 |
Color Harmonies of #A02FAA
Complementary color
Monochromatic Colors of #A02FAA
Black with #A02FAA
Text Example
Text Example
White with #A02FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02FAA; }
p { color: rgb(160,47,170); }
H1.HeaderClassName
{
color: #A02FAA;
}
.AnyTagClassName
{
color: #A02FAA;
}
</style>
background-color css
<style>
a { background-color: #A02FAA; }
a { background-color: rgb(160,47,170); }
div.DivClassName
{
background-color: #A02FAA;
}
.BgClassName
{
background-color: #A02FAA;
}
</style>
border-color css
<style>
span { border-color: #A02FAA; }
span { border-color: rgb(160,47,170); }
td.TdClassName
{
border-color: #A02FAA;
}
.TagClassName
{
border-color: #A02FAA;
}
</style>