Shades of Dark Violet #A303CB
Tints of Dark Violet #A303CB
RGB
CMYK
RGB Variations
Color information
#A303CB (or 0xA303CB) is known color: Dark Violet. HEX triplet: A3, 03 and CB. RGB value is (163,3,203). Sum of RGB (Red+Green+Blue) = 163+3+203=369 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.17% from 369); Green value is 3 (1.56% from 255 or 0.81% from 369); Blue value is 203 (79.69% from 255 or 55.01% from 369); Max value from RGB is 203 - color contains mainly: blue. Hex color #A303CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A303CB is #5CFC34. Grayscale: #494949. Windows color (decimal): -6093877 or 13304739. OLE color: 13304739.
HSL color Cylindrical-coordinate representation of color #A303CB: hue angle of 288º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A303CB is Cyan = 0.20, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 163 | 3 | 203 | - |
| CMYK | 0.20 | 0.99 | 0 | 0.20 |
| HSL | 288º | 0.97% | 0.4% | - |
| HSV(B) | 288º | 0.99% | 0.8% | - |
| XYZ | 25.92 | 12.16 | 57.48 | - |
| YUV | 73.64 | 201.01 | 191.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 3 | 203 | 0.20 | 0.99 | 0 | 0.20 | 288 | 0.97 | 0.4 |
| Hex | A3 | 3 | CB | 14 | 63 | 0 | 14 | 120 | 61 | 28 |
| Octal | 243 | 3 | 313 | 24 | 143 | 0 | 24 | 440 | 141 | 50 |
| Binary | 10100011 | 11 | 11001011 | 10100 | 1100011 | 0 | 10100 | 100100000 | 1100001 | 101000 |
Color Harmonies of #A303CB
Complementary color
Monochromatic Colors of #A303CB
Black with #A303CB
Text Example
Text Example
White with #A303CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A303CB; }
p { color: rgb(163,3,203); }
H1.HeaderClassName
{
color: #A303CB;
}
.AnyTagClassName
{
color: #A303CB;
}
</style>
background-color css
<style>
a { background-color: #A303CB; }
a { background-color: rgb(163,3,203); }
div.DivClassName
{
background-color: #A303CB;
}
.BgClassName
{
background-color: #A303CB;
}
</style>
border-color css
<style>
span { border-color: #A303CB; }
span { border-color: rgb(163,3,203); }
td.TdClassName
{
border-color: #A303CB;
}
.TagClassName
{
border-color: #A303CB;
}
</style>