#C19EAA

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

Shades of Viola #C19EAA

Tints of Viola #C19EAA

Color information

#C19EAA (or 0xC19EAA) is unknown color: approx Viola. HEX triplet: C1, 9E and AA. RGB value is (193,158,170). Sum of RGB (Red+Green+Blue) = 193+158+170=521 (69% of max value = 765). Red value is 193 (75.78% from 255 or 37.04% from 521); Green value is 158 (62.11% from 255 or 30.33% from 521); Blue value is 170 (66.80% from 255 or 32.63% from 521); Max value from RGB is 193 - color contains mainly: red. Hex color #C19EAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19EAA is #3E6155. Grayscale: #A9A9A9. Windows color (decimal): -4088150 or 11181761. OLE color: 11181761.

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

Color convert

RGB193158170-
CMYK00.180.120.24
HSL339.43º22.01%68.82%-
HSV(B)339.43º18.13%75.69%-
XYZ41.4738.6943.31-
YUV169.83128.1144.52-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.04%
GREEN value IS 158 (62.11% from 255) = 30.33%
BLUE value IS 170 (66.80% from 255) = 32.63%
R=37.04%
G=30.33%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19315817000.180.120.24339.4322.0168.82
HexC19EAA012C181531645
Octal301236252022143052326105
Binary110000011001111010101010010010110011000101010011101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19EAA; }

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

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

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

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

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

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

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

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