#C29AA8

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

Shades of Viola #C29AA8

Tints of Viola #C29AA8

Color information

#C29AA8 (or 0xC29AA8) is unknown color: approx Viola. HEX triplet: C2, 9A and A8. RGB value is (194,154,168). Sum of RGB (Red+Green+Blue) = 194+154+168=516 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.60% from 516); Green value is 154 (60.55% from 255 or 29.84% from 516); Blue value is 168 (66.02% from 255 or 32.56% from 516); Max value from RGB is 194 - color contains mainly: red. Hex color #C29AA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29AA8 is #3D6557. Grayscale: #A7A7A7. Windows color (decimal): -4023640 or 11049666. OLE color: 11049666.

HSL color Cylindrical-coordinate representation of color #C29AA8: hue angle of 339º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C29AA8 is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB194154168-
CMYK00.210.130.24
HSL339º24.69%68.24%-
HSV(B)339º20.62%76.08%-
XYZ40.8737.4142.11-
YUV167.56128.25146.86-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.60%
GREEN value IS 154 (60.55% from 255) = 29.84%
BLUE value IS 168 (66.02% from 255) = 32.56%
R=37.60%
G=29.84%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415416800.210.130.2433924.6968.24
HexC29AA8015D181531944
Octal302232250025153052331104
Binary110000101001101010101000010101110111000101010011110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29AA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29AA8; }

 p { color: rgb(194,154,168); }

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

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

 a { background-color: rgb(194,154,168); }

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

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

 span { border-color: rgb(194,154,168); }

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