#A279AA

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

Shades of Ce Soir #A279AA

Tints of Ce Soir #A279AA

Color information

#A279AA (or 0xA279AA) is unknown color: approx Ce Soir. HEX triplet: A2, 79 and AA. RGB value is (162,121,170). Sum of RGB (Red+Green+Blue) = 162+121+170=453 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.76% from 453); Green value is 121 (47.66% from 255 or 26.71% from 453); Blue value is 170 (66.80% from 255 or 37.53% from 453); Max value from RGB is 170 - color contains mainly: blue. Hex color #A279AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A279AA is #5D8655. Grayscale: #8A8A8A. Windows color (decimal): -6129238 or 11172258. OLE color: 11172258.

HSL color Cylindrical-coordinate representation of color #A279AA: hue angle of 290.2º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A279AA is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB162121170-
CMYK0.050.2900.33
HSL290.2º22.37%57.06%-
HSV(B)290.2º28.82%66.67%-
XYZ28.9924.2641.18-
YUV138.84145.58144.52-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.76%
GREEN value IS 121 (47.66% from 255) = 26.71%
BLUE value IS 170 (66.80% from 255) = 37.53%
R=35.76%
G=26.71%
B=37.53%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1621211700.050.2900.33290.222.3757.06
HexA279AA51D0211221639
Octal2421712525350414422671
Binary1010001011110011010101010111101010000110010001010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A279AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A279AA; }

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

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

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

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

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

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

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

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