#A279AE

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

Shades of Ce Soir #A279AE

Tints of Ce Soir #A279AE

Color information

#A279AE (or 0xA279AE) is unknown color: approx Ce Soir. HEX triplet: A2, 79 and AE. RGB value is (162,121,174). Sum of RGB (Red+Green+Blue) = 162+121+174=457 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.45% from 457); Green value is 121 (47.66% from 255 or 26.48% from 457); Blue value is 174 (68.36% from 255 or 38.07% from 457); Max value from RGB is 174 - color contains mainly: blue. Hex color #A279AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A279AE is #5D8651. Grayscale: #8B8B8B. Windows color (decimal): -6129234 or 11434402. OLE color: 11434402.

HSL color Cylindrical-coordinate representation of color #A279AE: hue angle of 286.42º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A279AE is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB162121174-
CMYK0.070.3000.32
HSL286.42º24.65%57.84%-
HSV(B)286.42º30.46%68.24%-
XYZ29.3824.4143.21-
YUV139.3147.58144.19-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.45%
GREEN value IS 121 (47.66% from 255) = 26.48%
BLUE value IS 174 (68.36% from 255) = 38.07%
R=35.45%
G=26.48%
B=38.07%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1621211740.070.3000.32286.4224.6557.84
HexA279AE71E02011e193a
Octal2421712567360404363172
Binary1010001011110011010111011111110010000010001111011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A279AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A279AE; }

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

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

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

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

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

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

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

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