Shades of Dark Violet #A308BD
Tints of Dark Violet #A308BD
RGB
CMYK
RGB Variations
Color information
#A308BD (or 0xA308BD) is known color: Dark Violet. HEX triplet: A3, 08 and BD. RGB value is (163,8,189). Sum of RGB (Red+Green+Blue) = 163+8+189=360 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.28% from 360); Green value is 8 (3.52% from 255 or 2.22% from 360); Blue value is 189 (74.22% from 255 or 52.5% from 360); Max value from RGB is 189 - color contains mainly: blue. Hex color #A308BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A308BD is #5CF742. Grayscale: #4A4A4A. Windows color (decimal): -6092611 or 12388515. OLE color: 12388515.
HSL color Cylindrical-coordinate representation of color #A308BD: hue angle of 291.38º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A308BD is Cyan = 0.14, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 8 | 189 | - |
| CMYK | 0.14 | 0.96 | 0 | 0.26 |
| HSL | 291.38º | 0.92% | 0.39% | - |
| HSV(B) | 291.38º | 0.96% | 0.74% | - |
| XYZ | 24.38 | 11.63 | 49.1 | - |
| YUV | 74.98 | 192.35 | 190.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 8 | 189 | 0.14 | 0.96 | 0 | 0.26 | 291.38 | 0.92 | 0.39 |
| Hex | A3 | 8 | BD | E | 60 | 0 | 1A | 123 | 5C | 27 |
| Octal | 243 | 10 | 275 | 16 | 140 | 0 | 32 | 443 | 134 | 47 |
| Binary | 10100011 | 1000 | 10111101 | 1110 | 1100000 | 0 | 11010 | 100100011 | 1011100 | 100111 |
Color Harmonies of #A308BD
Complementary color
Monochromatic Colors of #A308BD
Black with #A308BD
Text Example
Text Example
White with #A308BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A308BD; }
p { color: rgb(163,8,189); }
H1.HeaderClassName
{
color: #A308BD;
}
.AnyTagClassName
{
color: #A308BD;
}
</style>
background-color css
<style>
a { background-color: #A308BD; }
a { background-color: rgb(163,8,189); }
div.DivClassName
{
background-color: #A308BD;
}
.BgClassName
{
background-color: #A308BD;
}
</style>
border-color css
<style>
span { border-color: #A308BD; }
span { border-color: rgb(163,8,189); }
td.TdClassName
{
border-color: #A308BD;
}
.TagClassName
{
border-color: #A308BD;
}
</style>