Shades of Viola #CA83AA
Tints of Viola #CA83AA
RGB
CMYK
RGB Variations
Color information
#CA83AA (or 0xCA83AA) is known color: Viola. HEX triplet: CA, 83 and AA. RGB value is (202,131,170). Sum of RGB (Red+Green+Blue) = 202+131+170=503 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.16% from 503); Green value is 131 (51.56% from 255 or 26.04% from 503); Blue value is 170 (66.80% from 255 or 33.80% from 503); Max value from RGB is 202 - color contains mainly: red. Hex color #CA83AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA83AA is #357C55. Grayscale: #9C9C9C. Windows color (decimal): -3505238 or 11174858. OLE color: 11174858.
HSL color Cylindrical-coordinate representation of color #CA83AA: hue angle of 327.04º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CA83AA is Cyan = 0, Magento = 0.35, Yellow = 0.16 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 131 | 170 | - |
| CMYK | 0 | 0.35 | 0.16 | 0.21 |
| HSL | 327.04º | 0.4% | 0.65% | - |
| HSV(B) | 327.04º | 0.35% | 0.79% | - |
| XYZ | 39.73 | 31.69 | 42.05 | - |
| YUV | 156.68 | 135.52 | 160.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 131 | 170 | 0 | 0.35 | 0.16 | 0.21 | 327.04 | 0.4 | 0.65 |
| Hex | CA | 83 | AA | 0 | 23 | 10 | 15 | 147 | 28 | 41 |
| Octal | 312 | 203 | 252 | 0 | 43 | 20 | 25 | 507 | 50 | 101 |
| Binary | 11001010 | 10000011 | 10101010 | 0 | 100011 | 10000 | 10101 | 101000111 | 101000 | 1000001 |
Color Harmonies of #CA83AA
Complementary color
Monochromatic Colors of #CA83AA
Black with #CA83AA
Text Example
Text Example
White with #CA83AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA83AA; }
p { color: rgb(202,131,170); }
H1.HeaderClassName
{
color: #CA83AA;
}
.AnyTagClassName
{
color: #CA83AA;
}
</style>
background-color css
<style>
a { background-color: #CA83AA; }
a { background-color: rgb(202,131,170); }
div.DivClassName
{
background-color: #CA83AA;
}
.BgClassName
{
background-color: #CA83AA;
}
</style>
border-color css
<style>
span { border-color: #CA83AA; }
span { border-color: rgb(202,131,170); }
td.TdClassName
{
border-color: #CA83AA;
}
.TagClassName
{
border-color: #CA83AA;
}
</style>