#A279B2

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

Shades of Ce Soir #A279B2

Tints of Ce Soir #A279B2

Color information

#A279B2 (or 0xA279B2) is unknown color: approx Ce Soir. HEX triplet: A2, 79 and B2. RGB value is (162,121,178). Sum of RGB (Red+Green+Blue) = 162+121+178=461 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.14% from 461); Green value is 121 (47.66% from 255 or 26.25% from 461); Blue value is 178 (69.92% from 255 or 38.61% from 461); Max value from RGB is 178 - color contains mainly: blue. Hex color #A279B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A279B2 is #5D864D. Grayscale: #8B8B8B. Windows color (decimal): -6129230 or 11696546. OLE color: 11696546.

HSL color Cylindrical-coordinate representation of color #A279B2: hue angle of 283.16º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A279B2 is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB162121178-
CMYK0.090.3200.30
HSL283.16º27.01%58.63%-
HSV(B)283.16º32.02%69.8%-
XYZ29.7724.5745.29-
YUV139.76149.58143.87-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.14%
GREEN value IS 121 (47.66% from 255) = 26.25%
BLUE value IS 178 (69.92% from 255) = 38.61%
R=35.14%
G=26.25%
B=38.61%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1621211780.090.3200.30283.1627.0158.63
HexA279B292001E11b1b3b
Octal24217126211400364333373
Binary10100010111100110110010100110000001111010001101111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A279B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A279B2; }

 p { color: rgb(162,121,178); }

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

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

 a { background-color: rgb(162,121,178); }

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

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

 span { border-color: rgb(162,121,178); }

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