#A079AA

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

Shades of Ce Soir #A079AA

Tints of Ce Soir #A079AA

Color information

#A079AA (or 0xA079AA) is unknown color: approx Ce Soir. HEX triplet: A0, 79 and AA. RGB value is (160,121,170). Sum of RGB (Red+Green+Blue) = 160+121+170=451 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.48% from 451); Green value is 121 (47.66% from 255 or 26.83% from 451); Blue value is 170 (66.80% from 255 or 37.69% from 451); Max value from RGB is 170 - color contains mainly: blue. Hex color #A079AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A079AA is #5F8655. Grayscale: #8A8A8A. Windows color (decimal): -6260310 or 11172256. OLE color: 11172256.

HSL color Cylindrical-coordinate representation of color #A079AA: hue angle of 287.76º 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 #A079AA is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB160121170-
CMYK0.060.2900.33
HSL287.76º22.37%57.06%-
HSV(B)287.76º28.82%66.67%-
XYZ28.5924.0541.17-
YUV138.25145.92143.52-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.48%
GREEN value IS 121 (47.66% from 255) = 26.83%
BLUE value IS 170 (66.80% from 255) = 37.69%
R=35.48%
G=26.83%
B=37.69%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1601211700.060.2900.33287.7622.3757.06
HexA079AA61D0211201639
Octal2401712526350414402671
Binary1010000011110011010101011011101010000110010000010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A079AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A079AA; }

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

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

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

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

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

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

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

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