Shades of Viola #CA9AAB
Tints of Viola #CA9AAB
RGB
CMYK
RGB Variations
Color information
#CA9AAB (or 0xCA9AAB) is known color: Viola. HEX triplet: CA, 9A and AB. RGB value is (202,154,171). Sum of RGB (Red+Green+Blue) = 202+154+171=527 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.33% from 527); Green value is 154 (60.55% from 255 or 29.22% from 527); Blue value is 171 (67.19% from 255 or 32.45% from 527); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9AAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9AAB is #356554. Grayscale: #AAAAAA. Windows color (decimal): -3499349 or 11246282. OLE color: 11246282.
HSL color Cylindrical-coordinate representation of color #CA9AAB: hue angle of 338.75º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CA9AAB is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 154 | 171 | - |
| CMYK | 0 | 0.24 | 0.15 | 0.21 |
| HSL | 338.75º | 0.31% | 0.7% | - |
| HSV(B) | 338.75º | 0.24% | 0.79% | - |
| XYZ | 43.26 | 38.61 | 43.7 | - |
| YUV | 170.29 | 128.4 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 154 | 171 | 0 | 0.24 | 0.15 | 0.21 | 338.75 | 0.31 | 0.7 |
| Hex | CA | 9A | AB | 0 | 18 | F | 15 | 153 | 1F | 46 |
| Octal | 312 | 232 | 253 | 0 | 30 | 17 | 25 | 523 | 37 | 106 |
| Binary | 11001010 | 10011010 | 10101011 | 0 | 11000 | 1111 | 10101 | 101010011 | 11111 | 1000110 |
Color Harmonies of #CA9AAB
Complementary color
Monochromatic Colors of #CA9AAB
Black with #CA9AAB
Text Example
Text Example
White with #CA9AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9AAB; }
p { color: rgb(202,154,171); }
H1.HeaderClassName
{
color: #CA9AAB;
}
.AnyTagClassName
{
color: #CA9AAB;
}
</style>
background-color css
<style>
a { background-color: #CA9AAB; }
a { background-color: rgb(202,154,171); }
div.DivClassName
{
background-color: #CA9AAB;
}
.BgClassName
{
background-color: #CA9AAB;
}
</style>
border-color css
<style>
span { border-color: #CA9AAB; }
span { border-color: rgb(202,154,171); }
td.TdClassName
{
border-color: #CA9AAB;
}
.TagClassName
{
border-color: #CA9AAB;
}
</style>