Shades of Dark Violet #A308CC
Tints of Dark Violet #A308CC
RGB
CMYK
RGB Variations
Color information
#A308CC (or 0xA308CC) is known color: Dark Violet. HEX triplet: A3, 08 and CC. RGB value is (163,8,204). Sum of RGB (Red+Green+Blue) = 163+8+204=375 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.47% from 375); Green value is 8 (3.52% from 255 or 2.13% from 375); Blue value is 204 (80.08% from 255 or 54.4% from 375); Max value from RGB is 204 - color contains mainly: blue. Hex color #A308CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A308CC is #5CF733. Grayscale: #4C4C4C. Windows color (decimal): -6092596 or 13371555. OLE color: 13371555.
HSL color Cylindrical-coordinate representation of color #A308CC: hue angle of 287.45º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A308CC is Cyan = 0.20, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 163 | 8 | 204 | - |
| CMYK | 0.20 | 0.96 | 0 | 0.2 |
| HSL | 287.45º | 0.92% | 0.42% | - |
| HSV(B) | 287.45º | 0.96% | 0.8% | - |
| XYZ | 26.09 | 12.32 | 58.13 | - |
| YUV | 76.69 | 199.85 | 189.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 8 | 204 | 0.20 | 0.96 | 0 | 0.2 | 287.45 | 0.92 | 0.42 |
| Hex | A3 | 8 | CC | 14 | 60 | 0 | 14 | 11F | 5C | 2A |
| Octal | 243 | 10 | 314 | 24 | 140 | 0 | 24 | 437 | 134 | 52 |
| Binary | 10100011 | 1000 | 11001100 | 10100 | 1100000 | 0 | 10100 | 100011111 | 1011100 | 101010 |
Color Harmonies of #A308CC
Complementary color
Monochromatic Colors of #A308CC
Black with #A308CC
Text Example
Text Example
White with #A308CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A308CC; }
p { color: rgb(163,8,204); }
H1.HeaderClassName
{
color: #A308CC;
}
.AnyTagClassName
{
color: #A308CC;
}
</style>
background-color css
<style>
a { background-color: #A308CC; }
a { background-color: rgb(163,8,204); }
div.DivClassName
{
background-color: #A308CC;
}
.BgClassName
{
background-color: #A308CC;
}
</style>
border-color css
<style>
span { border-color: #A308CC; }
span { border-color: rgb(163,8,204); }
td.TdClassName
{
border-color: #A308CC;
}
.TagClassName
{
border-color: #A308CC;
}
</style>