#C19AA7

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

Shades of Viola #C19AA7

Tints of Viola #C19AA7

Color information

#C19AA7 (or 0xC19AA7) is unknown color: approx Viola. HEX triplet: C1, 9A and A7. RGB value is (193,154,167). Sum of RGB (Red+Green+Blue) = 193+154+167=514 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.55% from 514); Green value is 154 (60.55% from 255 or 29.96% from 514); Blue value is 167 (65.62% from 255 or 32.49% from 514); Max value from RGB is 193 - color contains mainly: red. Hex color #C19AA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19AA7 is #3E6558. Grayscale: #A7A7A7. Windows color (decimal): -4089177 or 10984129. OLE color: 10984129.

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

Color convert

RGB193154167-
CMYK00.200.130.24
HSL340º23.93%68.04%-
HSV(B)340º20.21%75.69%-
XYZ40.5237.2441.61-
YUV167.14127.92146.44-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.55%
GREEN value IS 154 (60.55% from 255) = 29.96%
BLUE value IS 167 (65.62% from 255) = 32.49%
R=37.55%
G=29.96%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19315416700.200.130.2434023.9368.04
HexC19AA7014D181541844
Octal301232247024153052430104
Binary110000011001101010100111010100110111000101010100110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19AA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19AA7; }

 p { color: rgb(193,154,167); }

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

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

 a { background-color: rgb(193,154,167); }

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

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

 span { border-color: rgb(193,154,167); }

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