#A070AA

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

Shades of Ce Soir #A070AA

Tints of Ce Soir #A070AA

Color information

#A070AA (or 0xA070AA) is unknown color: approx Ce Soir. HEX triplet: A0, 70 and AA. RGB value is (160,112,170). Sum of RGB (Red+Green+Blue) = 160+112+170=442 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.20% from 442); Green value is 112 (44.14% from 255 or 25.34% from 442); Blue value is 170 (66.80% from 255 or 38.46% from 442); Max value from RGB is 170 - color contains mainly: blue. Hex color #A070AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A070AA is #5F8F55. Grayscale: #848484. Windows color (decimal): -6262614 or 11169952. OLE color: 11169952.

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

Color convert

RGB160112170-
CMYK0.060.3400.33
HSL289.66º25.44%55.29%-
HSV(B)289.66º34.12%66.67%-
XYZ27.5521.9640.82-
YUV132.96148.9147.28-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.20%
GREEN value IS 112 (44.14% from 255) = 25.34%
BLUE value IS 170 (66.80% from 255) = 38.46%
R=36.20%
G=25.34%
B=38.46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1601121700.060.3400.33289.6625.4455.29
HexA070AA6220211221937
Octal2401602526420414423167
Binary10100000111000010101010110100010010000110010001011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A070AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A070AA; }

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

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

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

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

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

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

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

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