Shades of Dark Violet #A803B3
Tints of Dark Violet #A803B3
RGB
CMYK
RGB Variations
Color information
#A803B3 (or 0xA803B3) is known color: Dark Violet. HEX triplet: A8, 03 and B3. RGB value is (168,3,179). Sum of RGB (Red+Green+Blue) = 168+3+179=350 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48% from 350); Green value is 3 (1.56% from 255 or 0.86% from 350); Blue value is 179 (70.31% from 255 or 51.14% from 350); Max value from RGB is 179 - color contains mainly: blue. Hex color #A803B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A803B3 is #57FC4C. Grayscale: #474747. Windows color (decimal): -5766221 or 11731880. OLE color: 11731880.
HSL color Cylindrical-coordinate representation of color #A803B3: hue angle of 296.25º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A803B3 is Cyan = 0.06, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 168 | 3 | 179 | - |
| CMYK | 0.06 | 0.98 | 0 | 0.30 |
| HSL | 296.25º | 0.97% | 0.36% | - |
| HSV(B) | 296.25º | 0.98% | 0.7% | - |
| XYZ | 24.32 | 11.64 | 43.61 | - |
| YUV | 72.4 | 188.16 | 196.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 3 | 179 | 0.06 | 0.98 | 0 | 0.30 | 296.25 | 0.97 | 0.36 |
| Hex | A8 | 3 | B3 | 6 | 62 | 0 | 1E | 128 | 61 | 24 |
| Octal | 250 | 3 | 263 | 6 | 142 | 0 | 36 | 450 | 141 | 44 |
| Binary | 10101000 | 11 | 10110011 | 110 | 1100010 | 0 | 11110 | 100101000 | 1100001 | 100100 |
Color Harmonies of #A803B3
Complementary color
Monochromatic Colors of #A803B3
Black with #A803B3
Text Example
Text Example
White with #A803B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A803B3; }
p { color: rgb(168,3,179); }
H1.HeaderClassName
{
color: #A803B3;
}
.AnyTagClassName
{
color: #A803B3;
}
</style>
background-color css
<style>
a { background-color: #A803B3; }
a { background-color: rgb(168,3,179); }
div.DivClassName
{
background-color: #A803B3;
}
.BgClassName
{
background-color: #A803B3;
}
</style>
border-color css
<style>
span { border-color: #A803B3; }
span { border-color: rgb(168,3,179); }
td.TdClassName
{
border-color: #A803B3;
}
.TagClassName
{
border-color: #A803B3;
}
</style>