#C48FA0

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

Shades of Viola #C48FA0

Tints of Viola #C48FA0

Color information

#C48FA0 (or 0xC48FA0) is unknown color: approx Viola. HEX triplet: C4, 8F and A0. RGB value is (196,143,160). Sum of RGB (Red+Green+Blue) = 196+143+160=499 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.28% from 499); Green value is 143 (56.25% from 255 or 28.66% from 499); Blue value is 160 (62.89% from 255 or 32.06% from 499); Max value from RGB is 196 - color contains mainly: red. Hex color #C48FA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48FA0 is #3B705F. Grayscale: #A0A0A0. Windows color (decimal): -3895392 or 10522564. OLE color: 10522564.

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

Color convert

RGB196143160-
CMYK00.270.180.23
HSL340.75º30.99%66.47%-
HSV(B)340.75º27.04%76.86%-
XYZ38.9333.9237.75-
YUV160.78127.56153.12-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.28%
GREEN value IS 143 (56.25% from 255) = 28.66%
BLUE value IS 160 (62.89% from 255) = 32.06%
R=39.28%
G=28.66%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.18
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614316000.270.180.23340.7530.9966.47
HexC48FA001B12171551f42
Octal304217240033222752537102
Binary1100010010001111101000000110111001010111101010101111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48FA0; }

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

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

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

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

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

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

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

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