Shades of Dark Violet #A008D3
Tints of Dark Violet #A008D3
RGB
CMYK
RGB Variations
Color information
#A008D3 (or 0xA008D3) is known color: Dark Violet. HEX triplet: A0, 08 and D3. RGB value is (160,8,211). Sum of RGB (Red+Green+Blue) = 160+8+211=379 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.22% from 379); Green value is 8 (3.52% from 255 or 2.11% from 379); Blue value is 211 (82.81% from 255 or 55.67% from 379); Max value from RGB is 211 - color contains mainly: blue. Hex color #A008D3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A008D3 is #5FF72C. Grayscale: #4B4B4B. Windows color (decimal): -6289197 or 13830304. OLE color: 13830304.
HSL color Cylindrical-coordinate representation of color #A008D3: hue angle of 284.93º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A008D3 is Cyan = 0.24, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 160 | 8 | 211 | - |
| CMYK | 0.24 | 0.96 | 0 | 0.17 |
| HSL | 284.93º | 0.93% | 0.43% | - |
| HSV(B) | 284.93º | 0.96% | 0.83% | - |
| XYZ | 26.34 | 12.35 | 62.62 | - |
| YUV | 76.59 | 203.86 | 187.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 8 | 211 | 0.24 | 0.96 | 0 | 0.17 | 284.93 | 0.93 | 0.43 |
| Hex | A0 | 8 | D3 | 18 | 60 | 0 | 11 | 11D | 5D | 2B |
| Octal | 240 | 10 | 323 | 30 | 140 | 0 | 21 | 435 | 135 | 53 |
| Binary | 10100000 | 1000 | 11010011 | 11000 | 1100000 | 0 | 10001 | 100011101 | 1011101 | 101011 |
Color Harmonies of #A008D3
Complementary color
Monochromatic Colors of #A008D3
Black with #A008D3
Text Example
Text Example
White with #A008D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A008D3; }
p { color: rgb(160,8,211); }
H1.HeaderClassName
{
color: #A008D3;
}
.AnyTagClassName
{
color: #A008D3;
}
</style>
background-color css
<style>
a { background-color: #A008D3; }
a { background-color: rgb(160,8,211); }
div.DivClassName
{
background-color: #A008D3;
}
.BgClassName
{
background-color: #A008D3;
}
</style>
border-color css
<style>
span { border-color: #A008D3; }
span { border-color: rgb(160,8,211); }
td.TdClassName
{
border-color: #A008D3;
}
.TagClassName
{
border-color: #A008D3;
}
</style>