Shades of Dark Violet #A415CB
Tints of Dark Violet #A415CB
RGB
CMYK
RGB Variations
Color information
#A415CB (or 0xA415CB) is known color: Dark Violet. HEX triplet: A4, 15 and CB. RGB value is (164,21,203). Sum of RGB (Red+Green+Blue) = 164+21+203=388 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.27% from 388); Green value is 21 (8.59% from 255 or 5.41% from 388); Blue value is 203 (79.69% from 255 or 52.32% from 388); Max value from RGB is 203 - color contains mainly: blue. Hex color #A415CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A415CB is #5BEA34. Grayscale: #535353. Windows color (decimal): -6023733 or 13309348. OLE color: 13309348.
HSL color Cylindrical-coordinate representation of color #A415CB: hue angle of 287.14º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A415CB is Cyan = 0.19, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 164 | 21 | 203 | - |
| CMYK | 0.19 | 0.90 | 0 | 0.20 |
| HSL | 287.14º | 0.81% | 0.44% | - |
| HSV(B) | 287.14º | 0.9% | 0.8% | - |
| XYZ | 26.36 | 12.74 | 57.57 | - |
| YUV | 84.51 | 194.88 | 184.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 21 | 203 | 0.19 | 0.90 | 0 | 0.20 | 287.14 | 0.81 | 0.44 |
| Hex | A4 | 15 | CB | 13 | 5A | 0 | 14 | 11F | 51 | 2C |
| Octal | 244 | 25 | 313 | 23 | 132 | 0 | 24 | 437 | 121 | 54 |
| Binary | 10100100 | 10101 | 11001011 | 10011 | 1011010 | 0 | 10100 | 100011111 | 1010001 | 101100 |
Color Harmonies of #A415CB
Complementary color
Monochromatic Colors of #A415CB
Black with #A415CB
Text Example
Text Example
White with #A415CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A415CB; }
p { color: rgb(164,21,203); }
H1.HeaderClassName
{
color: #A415CB;
}
.AnyTagClassName
{
color: #A415CB;
}
</style>
background-color css
<style>
a { background-color: #A415CB; }
a { background-color: rgb(164,21,203); }
div.DivClassName
{
background-color: #A415CB;
}
.BgClassName
{
background-color: #A415CB;
}
</style>
border-color css
<style>
span { border-color: #A415CB; }
span { border-color: rgb(164,21,203); }
td.TdClassName
{
border-color: #A415CB;
}
.TagClassName
{
border-color: #A415CB;
}
</style>