#A07AA9

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

Shades of Ce Soir #A07AA9

Tints of Ce Soir #A07AA9

Color information

#A07AA9 (or 0xA07AA9) is unknown color: approx Ce Soir. HEX triplet: A0, 7A and A9. RGB value is (160,122,169). Sum of RGB (Red+Green+Blue) = 160+122+169=451 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.48% from 451); Green value is 122 (48.05% from 255 or 27.05% from 451); Blue value is 169 (66.41% from 255 or 37.47% from 451); Max value from RGB is 169 - color contains mainly: blue. Hex color #A07AA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07AA9 is #5F8556. Grayscale: #8A8A8A. Windows color (decimal): -6260055 or 11106976. OLE color: 11106976.

HSL color Cylindrical-coordinate representation of color #A07AA9: hue angle of 288.51º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A07AA9 is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB160122169-
CMYK0.050.2800.34
HSL288.51º21.46%57.06%-
HSV(B)288.51º27.81%66.27%-
XYZ28.6224.2640.71-
YUV138.72145.09143.18-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.48%
GREEN value IS 122 (48.05% from 255) = 27.05%
BLUE value IS 169 (66.41% from 255) = 37.47%
R=35.48%
G=27.05%
B=37.47%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1601221690.050.2800.34288.5121.4657.06
HexA07AA951C0221211539
Octal2401722515340424412571
Binary1010000011110101010100110111100010001010010000110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07AA9; }

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

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

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

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

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

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

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

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