#A07AAE

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

Shades of Ce Soir #A07AAE

Tints of Ce Soir #A07AAE

Color information

#A07AAE (or 0xA07AAE) is unknown color: approx Ce Soir. HEX triplet: A0, 7A and AE. RGB value is (160,122,174). Sum of RGB (Red+Green+Blue) = 160+122+174=456 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.09% from 456); Green value is 122 (48.05% from 255 or 26.75% from 456); Blue value is 174 (68.36% from 255 or 38.16% from 456); Max value from RGB is 174 - color contains mainly: blue. Hex color #A07AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07AAE is #5F8551. Grayscale: #8B8B8B. Windows color (decimal): -6260050 or 11434656. OLE color: 11434656.

HSL color Cylindrical-coordinate representation of color #A07AAE: hue angle of 283.85º degrees, saturation: 0.24, 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 #A07AAE is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB160122174-
CMYK0.080.3000.32
HSL283.85º24.3%58.04%-
HSV(B)283.85º29.89%68.24%-
XYZ29.124.4543.23-
YUV139.29147.59142.77-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.09%
GREEN value IS 122 (48.05% from 255) = 26.75%
BLUE value IS 174 (68.36% from 255) = 38.16%
R=35.09%
G=26.75%
B=38.16%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1601221740.080.3000.32283.8524.358.04
HexA07AAE81E02011c183a
Octal24017225610360404343072
Binary10100000111101010101110100011110010000010001110011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07AAE; }

 p { color: rgb(160,122,174); }

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

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

 a { background-color: rgb(160,122,174); }

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

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

 span { border-color: rgb(160,122,174); }

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