Shades of Dark Violet #A300B2
Tints of Dark Violet #A300B2
RGB
CMYK
RGB Variations
Color information
#A300B2 (or 0xA300B2) is known color: Dark Violet. HEX triplet: A3, 00 and B2. RGB value is (163,0,178). Sum of RGB (Red+Green+Blue) = 163+0+178=341 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.80% from 341); Green value is 0 (0.39% from 255 or 0% from 341); Blue value is 178 (69.92% from 255 or 52.20% from 341); Max value from RGB is 178 - color contains mainly: blue. Hex color #A300B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A300B2 is #5CFF4D. Grayscale: #444444. Windows color (decimal): -6094670 or 11665571. OLE color: 11665571.
HSL color Cylindrical-coordinate representation of color #A300B2: hue angle of 294.94º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A300B2 is Cyan = 0.08, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 163 | 0 | 178 | - |
| CMYK | 0.08 | 1 | 0 | 0.30 |
| HSL | 294.94º | 1% | 0.35% | - |
| HSV(B) | 294.94º | 1% | 0.7% | - |
| XYZ | 23.14 | 11 | 43.02 | - |
| YUV | 69.03 | 189.5 | 195.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 0 | 178 | 0.08 | 1 | 0 | 0.30 | 294.94 | 1 | 0.35 |
| Hex | A3 | 0 | B2 | 8 | 64 | 0 | 1E | 127 | 64 | 23 |
| Octal | 243 | 0 | 262 | 10 | 144 | 0 | 36 | 447 | 144 | 43 |
| Binary | 10100011 | 0 | 10110010 | 1000 | 1100100 | 0 | 11110 | 100100111 | 1100100 | 100011 |
Color Harmonies of #A300B2
Complementary color
Monochromatic Colors of #A300B2
Black with #A300B2
Text Example
Text Example
White with #A300B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A300B2; }
p { color: rgb(163,0,178); }
H1.HeaderClassName
{
color: #A300B2;
}
.AnyTagClassName
{
color: #A300B2;
}
</style>
background-color css
<style>
a { background-color: #A300B2; }
a { background-color: rgb(163,0,178); }
div.DivClassName
{
background-color: #A300B2;
}
.BgClassName
{
background-color: #A300B2;
}
</style>
border-color css
<style>
span { border-color: #A300B2; }
span { border-color: rgb(163,0,178); }
td.TdClassName
{
border-color: #A300B2;
}
.TagClassName
{
border-color: #A300B2;
}
</style>