#C28FA6

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

Shades of Viola #C28FA6

Tints of Viola #C28FA6

Color information

#C28FA6 (or 0xC28FA6) is unknown color: approx Viola. HEX triplet: C2, 8F and A6. RGB value is (194,143,166). Sum of RGB (Red+Green+Blue) = 194+143+166=503 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.57% from 503); Green value is 143 (56.25% from 255 or 28.43% from 503); Blue value is 166 (65.23% from 255 or 33.00% from 503); Max value from RGB is 194 - color contains mainly: red. Hex color #C28FA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28FA6 is #3D7059. Grayscale: #A0A0A0. Windows color (decimal): -4026458 or 10915778. OLE color: 10915778.

HSL color Cylindrical-coordinate representation of color #C28FA6: hue angle of 332.94º 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 #C28FA6 is Cyan = 0, Magento = 0.26, Yellow = 0.14 and Black (K on CMYK) = 0.24.

Color convert

RGB194143166-
CMYK00.260.140.24
HSL332.94º29.48%66.08%-
HSV(B)332.94º26.29%76.08%-
XYZ38.9533.8740.56-
YUV160.87130.9151.63-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.57%
GREEN value IS 143 (56.25% from 255) = 28.43%
BLUE value IS 166 (65.23% from 255) = 33.00%
R=38.57%
G=28.43%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.14
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414316600.260.140.24332.9429.4866.08
HexC28FA601AE1814d1d42
Octal302217246032163051535102
Binary110000101000111110100110011010111011000101001101111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28FA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28FA6; }

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

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

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

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

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

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

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

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