#C390A6

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

Shades of Viola #C390A6

Tints of Viola #C390A6

Color information

#C390A6 (or 0xC390A6) is unknown color: approx Viola. HEX triplet: C3, 90 and A6. RGB value is (195,144,166). Sum of RGB (Red+Green+Blue) = 195+144+166=505 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.61% from 505); Green value is 144 (56.64% from 255 or 28.51% from 505); Blue value is 166 (65.23% from 255 or 32.87% from 505); Max value from RGB is 195 - color contains mainly: red. Hex color #C390A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C390A6 is #3C6F59. Grayscale: #A1A1A1. Windows color (decimal): -3960666 or 10916035. OLE color: 10916035.

HSL color Cylindrical-coordinate representation of color #C390A6: hue angle of 334.12º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C390A6 is Cyan = 0, Magento = 0.26, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB195144166-
CMYK00.260.150.24
HSL334.12º29.82%66.47%-
HSV(B)334.12º26.15%76.47%-
XYZ39.3634.340.62-
YUV161.76130.4151.71-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.61%
GREEN value IS 144 (56.64% from 255) = 28.51%
BLUE value IS 166 (65.23% from 255) = 32.87%
R=38.61%
G=28.51%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.15
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514416600.260.150.24334.1229.8266.47
HexC390A601AF1814e1e42
Octal303220246032173051636102
Binary110000111001000010100110011010111111000101001110111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C390A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C390A6; }

 p { color: rgb(195,144,166); }

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

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

 a { background-color: rgb(195,144,166); }

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

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

 span { border-color: rgb(195,144,166); }

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