#C493A4

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

Shades of Viola #C493A4

Tints of Viola #C493A4

Color information

#C493A4 (or 0xC493A4) is unknown color: approx Viola. HEX triplet: C4, 93 and A4. RGB value is (196,147,164). Sum of RGB (Red+Green+Blue) = 196+147+164=507 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.66% from 507); Green value is 147 (57.81% from 255 or 28.99% from 507); Blue value is 164 (64.45% from 255 or 32.35% from 507); Max value from RGB is 196 - color contains mainly: red. Hex color #C493A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C493A4 is #3B6C5B. Grayscale: #A3A3A3. Windows color (decimal): -3894364 or 10785732. OLE color: 10785732.

HSL color Cylindrical-coordinate representation of color #C493A4: hue angle of 339.18º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C493A4 is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.23.

Color convert

RGB196147164-
CMYK00.250.160.23
HSL339.18º29.34%67.25%-
HSV(B)339.18º25%76.86%-
XYZ39.935.2839.83-
YUV163.59128.23151.12-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.66%
GREEN value IS 147 (57.81% from 255) = 28.99%
BLUE value IS 164 (64.45% from 255) = 32.35%
R=38.66%
G=28.99%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.16
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614716400.250.160.23339.1829.3467.25
HexC493A401910171531d43
Octal304223244031202752335103
Binary1100010010010011101001000110011000010111101010011111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C493A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C493A4; }

 p { color: rgb(196,147,164); }

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

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

 a { background-color: rgb(196,147,164); }

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

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

 span { border-color: rgb(196,147,164); }

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