Shades of Dark Violet #A302BD
Tints of Dark Violet #A302BD
RGB
CMYK
RGB Variations
Color information
#A302BD (or 0xA302BD) is known color: Dark Violet. HEX triplet: A3, 02 and BD. RGB value is (163,2,189). Sum of RGB (Red+Green+Blue) = 163+2+189=354 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.05% from 354); Green value is 2 (1.17% from 255 or 0.56% from 354); Blue value is 189 (74.22% from 255 or 53.39% from 354); Max value from RGB is 189 - color contains mainly: blue. Hex color #A302BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A302BD is #5CFD42. Grayscale: #464646. Windows color (decimal): -6094147 or 12386979. OLE color: 12386979.
HSL color Cylindrical-coordinate representation of color #A302BD: hue angle of 291.66º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A302BD is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 2 | 189 | - |
| CMYK | 0.14 | 0.99 | 0 | 0.26 |
| HSL | 291.66º | 0.98% | 0.37% | - |
| HSV(B) | 291.66º | 0.99% | 0.74% | - |
| XYZ | 24.31 | 11.5 | 49.08 | - |
| YUV | 71.46 | 194.34 | 193.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 2 | 189 | 0.14 | 0.99 | 0 | 0.26 | 291.66 | 0.98 | 0.37 |
| Hex | A3 | 2 | BD | E | 63 | 0 | 1A | 124 | 62 | 25 |
| Octal | 243 | 2 | 275 | 16 | 143 | 0 | 32 | 444 | 142 | 45 |
| Binary | 10100011 | 10 | 10111101 | 1110 | 1100011 | 0 | 11010 | 100100100 | 1100010 | 100101 |
Color Harmonies of #A302BD
Complementary color
Monochromatic Colors of #A302BD
Black with #A302BD
Text Example
Text Example
White with #A302BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A302BD; }
p { color: rgb(163,2,189); }
H1.HeaderClassName
{
color: #A302BD;
}
.AnyTagClassName
{
color: #A302BD;
}
</style>
background-color css
<style>
a { background-color: #A302BD; }
a { background-color: rgb(163,2,189); }
div.DivClassName
{
background-color: #A302BD;
}
.BgClassName
{
background-color: #A302BD;
}
</style>
border-color css
<style>
span { border-color: #A302BD; }
span { border-color: rgb(163,2,189); }
td.TdClassName
{
border-color: #A302BD;
}
.TagClassName
{
border-color: #A302BD;
}
</style>