Shades of Viola #CA8AAA
Tints of Viola #CA8AAA
RGB
CMYK
RGB Variations
Color information
#CA8AAA (or 0xCA8AAA) is known color: Viola. HEX triplet: CA, 8A and AA. RGB value is (202,138,170). Sum of RGB (Red+Green+Blue) = 202+138+170=510 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.61% from 510); Green value is 138 (54.30% from 255 or 27.06% from 510); Blue value is 170 (66.80% from 255 or 33.33% from 510); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8AAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8AAA is #357555. Grayscale: #A0A0A0. Windows color (decimal): -3503446 or 11176650. OLE color: 11176650.
HSL color Cylindrical-coordinate representation of color #CA8AAA: hue angle of 330º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CA8AAA is Cyan = 0, Magento = 0.32, Yellow = 0.16 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 138 | 170 | - |
| CMYK | 0 | 0.32 | 0.16 | 0.21 |
| HSL | 330º | 0.38% | 0.67% | - |
| HSV(B) | 330º | 0.32% | 0.79% | - |
| XYZ | 40.7 | 33.64 | 42.38 | - |
| YUV | 160.78 | 133.2 | 157.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 138 | 170 | 0 | 0.32 | 0.16 | 0.21 | 330 | 0.38 | 0.67 |
| Hex | CA | 8A | AA | 0 | 20 | 10 | 15 | 14A | 26 | 43 |
| Octal | 312 | 212 | 252 | 0 | 40 | 20 | 25 | 512 | 46 | 103 |
| Binary | 11001010 | 10001010 | 10101010 | 0 | 100000 | 10000 | 10101 | 101001010 | 100110 | 1000011 |
Color Harmonies of #CA8AAA
Complementary color
Monochromatic Colors of #CA8AAA
Black with #CA8AAA
Text Example
Text Example
White with #CA8AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8AAA; }
p { color: rgb(202,138,170); }
H1.HeaderClassName
{
color: #CA8AAA;
}
.AnyTagClassName
{
color: #CA8AAA;
}
</style>
background-color css
<style>
a { background-color: #CA8AAA; }
a { background-color: rgb(202,138,170); }
div.DivClassName
{
background-color: #CA8AAA;
}
.BgClassName
{
background-color: #CA8AAA;
}
</style>
border-color css
<style>
span { border-color: #CA8AAA; }
span { border-color: rgb(202,138,170); }
td.TdClassName
{
border-color: #CA8AAA;
}
.TagClassName
{
border-color: #CA8AAA;
}
</style>