#A07AAA

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

Shades of Ce Soir #A07AAA

Tints of Ce Soir #A07AAA

Color information

#A07AAA (or 0xA07AAA) is unknown color: approx Ce Soir. HEX triplet: A0, 7A and AA. RGB value is (160,122,170). Sum of RGB (Red+Green+Blue) = 160+122+170=452 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.40% from 452); Green value is 122 (48.05% from 255 or 26.99% from 452); Blue value is 170 (66.80% from 255 or 37.61% from 452); Max value from RGB is 170 - color contains mainly: blue. Hex color #A07AAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07AAA is #5F8555. Grayscale: #8A8A8A. Windows color (decimal): -6260054 or 11172512. OLE color: 11172512.

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

Color convert

RGB160122170-
CMYK0.060.2800.33
HSL287.5º22.02%57.25%-
HSV(B)287.5º28.24%66.67%-
XYZ28.7124.2941.21-
YUV138.83145.59143.1-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.40%
GREEN value IS 122 (48.05% from 255) = 26.99%
BLUE value IS 170 (66.80% from 255) = 37.61%
R=35.40%
G=26.99%
B=37.61%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1601221700.060.2800.33287.522.0257.25
HexA07AAA61C0211201639
Octal2401722526340414402671
Binary1010000011110101010101011011100010000110010000010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07AAA; }

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

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

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

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

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

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

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

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