Shades of Dark Orchid #A03AD2
Tints of Dark Orchid #A03AD2
RGB
CMYK
RGB Variations
Color information
#A03AD2 (or 0xA03AD2) is known color: Dark Orchid. HEX triplet: A0, 3A and D2. RGB value is (160,58,210). Sum of RGB (Red+Green+Blue) = 160+58+210=428 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.38% from 428); Green value is 58 (23.05% from 255 or 13.55% from 428); Blue value is 210 (82.42% from 255 or 49.07% from 428); Max value from RGB is 210 - color contains mainly: blue. Hex color #A03AD2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A03AD2 is #5FC52D. Grayscale: #696969. Windows color (decimal): -6276398 or 13777568. OLE color: 13777568.
HSL color Cylindrical-coordinate representation of color #A03AD2: hue angle of 280.26º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A03AD2 is Cyan = 0.24, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 58 | 210 | - |
| CMYK | 0.24 | 0.72 | 0 | 0.18 |
| HSL | 280.26º | 0.63% | 0.53% | - |
| HSV(B) | 280.26º | 0.72% | 0.82% | - |
| XYZ | 27.64 | 15.15 | 62.44 | - |
| YUV | 105.83 | 186.79 | 166.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 58 | 210 | 0.24 | 0.72 | 0 | 0.18 | 280.26 | 0.63 | 0.53 |
| Hex | A0 | 3A | D2 | 18 | 48 | 0 | 12 | 118 | 3F | 35 |
| Octal | 240 | 72 | 322 | 30 | 110 | 0 | 22 | 430 | 77 | 65 |
| Binary | 10100000 | 111010 | 11010010 | 11000 | 1001000 | 0 | 10010 | 100011000 | 111111 | 110101 |
Color Harmonies of #A03AD2
Complementary color
Monochromatic Colors of #A03AD2
Black with #A03AD2
Text Example
Text Example
White with #A03AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03AD2; }
p { color: rgb(160,58,210); }
H1.HeaderClassName
{
color: #A03AD2;
}
.AnyTagClassName
{
color: #A03AD2;
}
</style>
background-color css
<style>
a { background-color: #A03AD2; }
a { background-color: rgb(160,58,210); }
div.DivClassName
{
background-color: #A03AD2;
}
.BgClassName
{
background-color: #A03AD2;
}
</style>
border-color css
<style>
span { border-color: #A03AD2; }
span { border-color: rgb(160,58,210); }
td.TdClassName
{
border-color: #A03AD2;
}
.TagClassName
{
border-color: #A03AD2;
}
</style>