#C483A1

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

Shades of Viola #C483A1

Tints of Viola #C483A1

Color information

#C483A1 (or 0xC483A1) is unknown color: approx Viola. HEX triplet: C4, 83 and A1. RGB value is (196,131,161). Sum of RGB (Red+Green+Blue) = 196+131+161=488 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.16% from 488); Green value is 131 (51.56% from 255 or 26.84% from 488); Blue value is 161 (63.28% from 255 or 32.99% from 488); Max value from RGB is 196 - color contains mainly: red. Hex color #C483A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C483A1 is #3B7C5E. Grayscale: #999999. Windows color (decimal): -3898463 or 10585028. OLE color: 10585028.

HSL color Cylindrical-coordinate representation of color #C483A1: hue angle of 332.31º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C483A1 is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.23.

Color convert

RGB196131161-
CMYK00.330.180.23
HSL332.31º35.52%64.12%-
HSV(B)332.31º33.16%76.86%-
XYZ37.3130.5437.65-
YUV153.85132.03158.06-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.16%
GREEN value IS 131 (51.56% from 255) = 26.84%
BLUE value IS 161 (63.28% from 255) = 32.99%
R=40.16%
G=26.84%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.18
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613116100.330.180.23332.3135.5264.12
HexC483A1021121714c2440
Octal304203241041222751444100
Binary110001001000001110100001010000110010101111010011001001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C483A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C483A1; }

 p { color: rgb(196,131,161); }

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

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

 a { background-color: rgb(196,131,161); }

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

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

 span { border-color: rgb(196,131,161); }

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