#C48FA3

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

Shades of Viola #C48FA3

Tints of Viola #C48FA3

Color information

#C48FA3 (or 0xC48FA3) is unknown color: approx Viola. HEX triplet: C4, 8F and A3. RGB value is (196,143,163). Sum of RGB (Red+Green+Blue) = 196+143+163=502 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.04% from 502); Green value is 143 (56.25% from 255 or 28.49% from 502); Blue value is 163 (64.06% from 255 or 32.47% from 502); Max value from RGB is 196 - color contains mainly: red. Hex color #C48FA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48FA3 is #3B705C. Grayscale: #A1A1A1. Windows color (decimal): -3895389 or 10719172. OLE color: 10719172.

HSL color Cylindrical-coordinate representation of color #C48FA3: hue angle of 337.36º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C48FA3 is Cyan = 0, Magento = 0.27, Yellow = 0.17 and Black (K on CMYK) = 0.23.

Color convert

RGB196143163-
CMYK00.270.170.23
HSL337.36º30.99%66.47%-
HSV(B)337.36º27.04%76.86%-
XYZ39.234.0339.15-
YUV161.13129.06152.87-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.04%
GREEN value IS 143 (56.25% from 255) = 28.49%
BLUE value IS 163 (64.06% from 255) = 32.47%
R=39.04%
G=28.49%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.17
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614316300.270.170.23337.3630.9966.47
HexC48FA301B11171511f42
Octal304217243033212752137102
Binary1100010010001111101000110110111000110111101010001111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48FA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48FA3; }

 p { color: rgb(196,143,163); }

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

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

 a { background-color: rgb(196,143,163); }

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

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

 span { border-color: rgb(196,143,163); }

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