#C49AA7

Color #C49AA7 Viola (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viola #C49AA7

Tints of Viola #C49AA7

Color information

#C49AA7 (or 0xC49AA7) is unknown color: approx Viola. HEX triplet: C4, 9A and A7. RGB value is (196,154,167). Sum of RGB (Red+Green+Blue) = 196+154+167=517 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.91% from 517); Green value is 154 (60.55% from 255 or 29.79% from 517); Blue value is 167 (65.62% from 255 or 32.30% from 517); Max value from RGB is 196 - color contains mainly: red. Hex color #C49AA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49AA7 is #3B6558. Grayscale: #A8A8A8. Windows color (decimal): -3892569 or 10984132. OLE color: 10984132.

HSL color Cylindrical-coordinate representation of color #C49AA7: hue angle of 341.43º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C49AA7 is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.23.

Color convert

RGB196154167-
CMYK00.210.150.23
HSL341.43º26.25%68.63%-
HSV(B)341.43º21.43%76.86%-
XYZ41.337.6441.65-
YUV168.04127.41147.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 196 (76.95% from 255) = 37.91%
GREEN value IS 154 (60.55% from 255) = 29.79%
BLUE value IS 167 (65.62% from 255) = 32.30%
R=37.91%
G=29.79%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.15
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19615416700.210.150.23341.4326.2568.63
HexC49AA7015F171551a45
Octal304232247025172752532105
Binary110001001001101010100111010101111110111101010101110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49AA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49AA7; }

 p { color: rgb(196,154,167); }

 H1.HeaderClassName
 {
   color: #C49AA7;
 }
 .AnyTagClassName
 {
   color: #C49AA7;
 }
</style>
background-color css

<style>
 a { background-color: #C49AA7; }

 a { background-color: rgb(196,154,167); }

 div.DivClassName
 {
   background-color: #C49AA7;
 }
 .BgClassName
 {
   background-color: #C49AA7;
 }
</style>
border-color css

<style>
 span { border-color: #C49AA7; }

 span { border-color: rgb(196,154,167); }

 td.TdClassName
 {
   border-color: #C49AA7;
 }
 .TagClassName
 {
   border-color: #C49AA7;
 }
</style>