#C48FA4

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

Shades of Viola #C48FA4

Tints of Viola #C48FA4

Color information

#C48FA4 (or 0xC48FA4) is unknown color: approx Viola. HEX triplet: C4, 8F and A4. RGB value is (196,143,164). Sum of RGB (Red+Green+Blue) = 196+143+164=503 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.97% from 503); Green value is 143 (56.25% from 255 or 28.43% from 503); Blue value is 164 (64.45% from 255 or 32.60% from 503); Max value from RGB is 196 - color contains mainly: red. Hex color #C48FA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48FA4 is #3B705B. Grayscale: #A1A1A1. Windows color (decimal): -3895388 or 10784708. OLE color: 10784708.

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

Color convert

RGB196143164-
CMYK00.270.160.23
HSL336.23º30.99%66.47%-
HSV(B)336.23º27.04%76.86%-
XYZ39.2934.0639.63-
YUV161.24129.56152.79-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.97%
GREEN value IS 143 (56.25% from 255) = 28.43%
BLUE value IS 164 (64.45% from 255) = 32.60%
R=38.97%
G=28.43%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.16
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614316400.270.160.23336.2330.9966.47
HexC48FA401B10171501f42
Octal304217244033202752037102
Binary1100010010001111101001000110111000010111101010000111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48FA4; }

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

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

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

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

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

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

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

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