Shades of Dark Violet #A308CB
Tints of Dark Violet #A308CB
RGB
CMYK
RGB Variations
Color information
#A308CB (or 0xA308CB) is known color: Dark Violet. HEX triplet: A3, 08 and CB. RGB value is (163,8,203). Sum of RGB (Red+Green+Blue) = 163+8+203=374 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.58% from 374); Green value is 8 (3.52% from 255 or 2.14% from 374); Blue value is 203 (79.69% from 255 or 54.28% from 374); Max value from RGB is 203 - color contains mainly: blue. Hex color #A308CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A308CB is #5CF734. Grayscale: #4B4B4B. Windows color (decimal): -6092597 or 13306019. OLE color: 13306019.
HSL color Cylindrical-coordinate representation of color #A308CB: hue angle of 287.69º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A308CB is Cyan = 0.20, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 163 | 8 | 203 | - |
| CMYK | 0.20 | 0.96 | 0 | 0.20 |
| HSL | 287.69º | 0.92% | 0.41% | - |
| HSV(B) | 287.69º | 0.96% | 0.8% | - |
| XYZ | 25.97 | 12.27 | 57.5 | - |
| YUV | 76.58 | 199.35 | 189.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 8 | 203 | 0.20 | 0.96 | 0 | 0.20 | 287.69 | 0.92 | 0.41 |
| Hex | A3 | 8 | CB | 14 | 60 | 0 | 14 | 120 | 5C | 29 |
| Octal | 243 | 10 | 313 | 24 | 140 | 0 | 24 | 440 | 134 | 51 |
| Binary | 10100011 | 1000 | 11001011 | 10100 | 1100000 | 0 | 10100 | 100100000 | 1011100 | 101001 |
Color Harmonies of #A308CB
Complementary color
Monochromatic Colors of #A308CB
Black with #A308CB
Text Example
Text Example
White with #A308CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A308CB; }
p { color: rgb(163,8,203); }
H1.HeaderClassName
{
color: #A308CB;
}
.AnyTagClassName
{
color: #A308CB;
}
</style>
background-color css
<style>
a { background-color: #A308CB; }
a { background-color: rgb(163,8,203); }
div.DivClassName
{
background-color: #A308CB;
}
.BgClassName
{
background-color: #A308CB;
}
</style>
border-color css
<style>
span { border-color: #A308CB; }
span { border-color: rgb(163,8,203); }
td.TdClassName
{
border-color: #A308CB;
}
.TagClassName
{
border-color: #A308CB;
}
</style>