Shades of Viola #CC8AA4
Tints of Viola #CC8AA4
RGB
CMYK
RGB Variations
Color information
#CC8AA4 (or 0xCC8AA4) is known color: Viola. HEX triplet: CC, 8A and A4. RGB value is (204,138,164). Sum of RGB (Red+Green+Blue) = 204+138+164=506 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.32% from 506); Green value is 138 (54.30% from 255 or 27.27% from 506); Blue value is 164 (64.45% from 255 or 32.41% from 506); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8AA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8AA4 is #33755B. Grayscale: #A0A0A0. Windows color (decimal): -3372380 or 10783436. OLE color: 10783436.
HSL color Cylindrical-coordinate representation of color #CC8AA4: hue angle of 336.36º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CC8AA4 is Cyan = 0, Magento = 0.32, Yellow = 0.20 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 138 | 164 | - |
| CMYK | 0 | 0.32 | 0.20 | 0.2 |
| HSL | 336.36º | 0.39% | 0.67% | - |
| HSV(B) | 336.36º | 0.32% | 0.8% | - |
| XYZ | 40.69 | 33.69 | 39.48 | - |
| YUV | 160.7 | 129.87 | 158.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 138 | 164 | 0 | 0.32 | 0.20 | 0.2 | 336.36 | 0.39 | 0.67 |
| Hex | CC | 8A | A4 | 0 | 20 | 14 | 14 | 150 | 27 | 43 |
| Octal | 314 | 212 | 244 | 0 | 40 | 24 | 24 | 520 | 47 | 103 |
| Binary | 11001100 | 10001010 | 10100100 | 0 | 100000 | 10100 | 10100 | 101010000 | 100111 | 1000011 |
Color Harmonies of #CC8AA4
Complementary color
Monochromatic Colors of #CC8AA4
Black with #CC8AA4
Text Example
Text Example
White with #CC8AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8AA4; }
p { color: rgb(204,138,164); }
H1.HeaderClassName
{
color: #CC8AA4;
}
.AnyTagClassName
{
color: #CC8AA4;
}
</style>
background-color css
<style>
a { background-color: #CC8AA4; }
a { background-color: rgb(204,138,164); }
div.DivClassName
{
background-color: #CC8AA4;
}
.BgClassName
{
background-color: #CC8AA4;
}
</style>
border-color css
<style>
span { border-color: #CC8AA4; }
span { border-color: rgb(204,138,164); }
td.TdClassName
{
border-color: #CC8AA4;
}
.TagClassName
{
border-color: #CC8AA4;
}
</style>