Shades of Viola #C28AA4
Tints of Viola #C28AA4
RGB
CMYK
RGB Variations
Color information
#C28AA4 (or 0xC28AA4) is known color: Viola. HEX triplet: C2, 8A and A4. RGB value is (194,138,164). Sum of RGB (Red+Green+Blue) = 194+138+164=496 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.11% from 496); Green value is 138 (54.30% from 255 or 27.82% from 496); Blue value is 164 (64.45% from 255 or 33.06% from 496); Max value from RGB is 194 - color contains mainly: red. Hex color #C28AA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28AA4 is #3D755B. Grayscale: #9D9D9D. Windows color (decimal): -4027740 or 10783426. OLE color: 10783426.
HSL color Cylindrical-coordinate representation of color #C28AA4: hue angle of 332.14º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C28AA4 is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 138 | 164 | - |
| CMYK | 0 | 0.29 | 0.15 | 0.24 |
| HSL | 332.14º | 0.31% | 0.65% | - |
| HSV(B) | 332.14º | 0.29% | 0.76% | - |
| XYZ | 38.04 | 32.33 | 39.36 | - |
| YUV | 157.71 | 131.55 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 138 | 164 | 0 | 0.29 | 0.15 | 0.24 | 332.14 | 0.31 | 0.65 |
| Hex | C2 | 8A | A4 | 0 | 1D | F | 18 | 14C | 1F | 41 |
| Octal | 302 | 212 | 244 | 0 | 35 | 17 | 30 | 514 | 37 | 101 |
| Binary | 11000010 | 10001010 | 10100100 | 0 | 11101 | 1111 | 11000 | 101001100 | 11111 | 1000001 |
Color Harmonies of #C28AA4
Complementary color
Monochromatic Colors of #C28AA4
Black with #C28AA4
Text Example
Text Example
White with #C28AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28AA4; }
p { color: rgb(194,138,164); }
H1.HeaderClassName
{
color: #C28AA4;
}
.AnyTagClassName
{
color: #C28AA4;
}
</style>
background-color css
<style>
a { background-color: #C28AA4; }
a { background-color: rgb(194,138,164); }
div.DivClassName
{
background-color: #C28AA4;
}
.BgClassName
{
background-color: #C28AA4;
}
</style>
border-color css
<style>
span { border-color: #C28AA4; }
span { border-color: rgb(194,138,164); }
td.TdClassName
{
border-color: #C28AA4;
}
.TagClassName
{
border-color: #C28AA4;
}
</style>