#C28FA1

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

Shades of Viola #C28FA1

Tints of Viola #C28FA1

Color information

#C28FA1 (or 0xC28FA1) is unknown color: approx Viola. HEX triplet: C2, 8F and A1. RGB value is (194,143,161). Sum of RGB (Red+Green+Blue) = 194+143+161=498 (65% of max value = 765). Red value is 194 (76.17% from 255 or 38.96% from 498); Green value is 143 (56.25% from 255 or 28.71% from 498); Blue value is 161 (63.28% from 255 or 32.33% from 498); Max value from RGB is 194 - color contains mainly: red. Hex color #C28FA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28FA1 is #3D705E. Grayscale: #A0A0A0. Windows color (decimal): -4026463 or 10588098. OLE color: 10588098.

HSL color Cylindrical-coordinate representation of color #C28FA1: hue angle of 338.82º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C28FA1 is Cyan = 0, Magento = 0.26, Yellow = 0.17 and Black (K on CMYK) = 0.24.

Color convert

RGB194143161-
CMYK00.260.170.24
HSL338.82º29.48%66.08%-
HSV(B)338.82º26.29%76.08%-
XYZ38.533.6938.19-
YUV160.3128.4152.04-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.96%
GREEN value IS 143 (56.25% from 255) = 28.71%
BLUE value IS 161 (63.28% from 255) = 32.33%
R=38.96%
G=28.71%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.17
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414316100.260.170.24338.8229.4866.08
HexC28FA101A11181531d42
Octal302217241032213052335102
Binary1100001010001111101000010110101000111000101010011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28FA1; }

 p { color: rgb(194,143,161); }

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

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

 a { background-color: rgb(194,143,161); }

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

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

 span { border-color: rgb(194,143,161); }

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