#C29EAA

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

Shades of Viola #C29EAA

Tints of Viola #C29EAA

Color information

#C29EAA (or 0xC29EAA) is unknown color: approx Viola. HEX triplet: C2, 9E and AA. RGB value is (194,158,170). Sum of RGB (Red+Green+Blue) = 194+158+170=522 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.16% from 522); Green value is 158 (62.11% from 255 or 30.27% from 522); Blue value is 170 (66.80% from 255 or 32.57% from 522); Max value from RGB is 194 - color contains mainly: red. Hex color #C29EAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29EAA is #3D6155. Grayscale: #AAAAAA. Windows color (decimal): -4022614 or 11181762. OLE color: 11181762.

HSL color Cylindrical-coordinate representation of color #C29EAA: hue angle of 340º degrees, saturation: 0.23, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C29EAA is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB194158170-
CMYK00.190.120.24
HSL340º22.78%69.02%-
HSV(B)340º18.56%76.08%-
XYZ41.7338.8343.32-
YUV170.13127.93145.02-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.16%
GREEN value IS 158 (62.11% from 255) = 30.27%
BLUE value IS 170 (66.80% from 255) = 32.57%
R=37.16%
G=30.27%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415817000.190.120.2434022.7869.02
HexC29EAA013C181541745
Octal302236252023143052427105
Binary110000101001111010101010010011110011000101010100101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29EAA; }

 p { color: rgb(194,158,170); }

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

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

 a { background-color: rgb(194,158,170); }

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

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

 span { border-color: rgb(194,158,170); }

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