#c483a0

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

Shades of Viola #C483A0

Tints of Viola #C483A0

Color information

#C483A0 (or 0xC483A0) is unknown color: approx Viola. HEX triplet: C4, 83 and A0. RGB value is (196,131,160). Sum of RGB (Red+Green+Blue) = 196+131+160=487 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.25% from 487); Green value is 131 (51.56% from 255 or 26.90% from 487); Blue value is 160 (62.89% from 255 or 32.85% from 487); Max value from RGB is 196 - color contains mainly: red. Hex color #C483A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C483A0 is #3B7C5F. Grayscale: #999999. Windows color (decimal): -3898464 or 10519492. OLE color: 10519492.

HSL color Cylindrical-coordinate representation of color #C483A0: hue angle of 333.23º 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 #C483A0 is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.23.

Color convert

RGB196131160-
CMYK00.330.180.23
HSL333.23º35.52%64.12%-
HSV(B)333.23º33.16%76.86%-
XYZ37.2330.5137.18-
YUV153.74131.53158.14-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.25%
GREEN value IS 131 (51.56% from 255) = 26.90%
BLUE value IS 160 (62.89% from 255) = 32.85%
R=40.25%
G=26.90%
B=32.85%

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
Decimal19613116000.330.180.23333.2335.5264.12
HexC483A0021121714d2440
Octal304203240041222751544100
Binary110001001000001110100000010000110010101111010011011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c483a0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c483a0; }

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

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

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

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

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

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

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

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