#C482A4

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

Shades of Viola #C482A4

Tints of Viola #C482A4

Color information

#C482A4 (or 0xC482A4) is unknown color: approx Viola. HEX triplet: C4, 82 and A4. RGB value is (196,130,164). Sum of RGB (Red+Green+Blue) = 196+130+164=490 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40% from 490); Green value is 130 (51.17% from 255 or 26.53% from 490); Blue value is 164 (64.45% from 255 or 33.47% from 490); Max value from RGB is 196 - color contains mainly: red. Hex color #C482A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C482A4 is #3B7D5B. Grayscale: #999999. Windows color (decimal): -3898716 or 10781380. OLE color: 10781380.

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

Color convert

RGB196130164-
CMYK00.340.160.23
HSL329.09º35.87%63.92%-
HSV(B)329.09º33.67%76.86%-
XYZ37.4530.3839.01-
YUV153.61133.87158.24-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40%
GREEN value IS 130 (51.17% from 255) = 26.53%
BLUE value IS 164 (64.45% from 255) = 33.47%
R=40%
G=26.53%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.16
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613016400.340.160.23329.0935.8763.92
HexC482A402210171492440
Octal304202244042202751144100
Binary110001001000001010100100010001010000101111010010011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C482A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C482A4; }

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

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

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

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

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

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

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

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