#A073AB

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

Shades of Ce Soir #A073AB

Tints of Ce Soir #A073AB

Color information

#A073AB (or 0xA073AB) is unknown color: approx Ce Soir. HEX triplet: A0, 73 and AB. RGB value is (160,115,171). Sum of RGB (Red+Green+Blue) = 160+115+171=446 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.87% from 446); Green value is 115 (45.31% from 255 or 25.78% from 446); Blue value is 171 (67.19% from 255 or 38.34% from 446); Max value from RGB is 171 - color contains mainly: blue. Hex color #A073AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A073AB is #5F8C54. Grayscale: #868686. Windows color (decimal): -6261845 or 11236256. OLE color: 11236256.

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

Color convert

RGB160115171-
CMYK0.060.3300.33
HSL288.21º25%56.08%-
HSV(B)288.21º32.75%67.06%-
XYZ27.9822.6841.43-
YUV134.84148.41145.95-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.87%
GREEN value IS 115 (45.31% from 255) = 25.78%
BLUE value IS 171 (67.19% from 255) = 38.34%
R=35.87%
G=25.78%
B=38.34%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1601151710.060.3300.33288.212556.08
HexA073AB6210211201938
Octal2401632536410414403170
Binary10100000111001110101011110100001010000110010000011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A073AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A073AB; }

 p { color: rgb(160,115,171); }

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

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

 a { background-color: rgb(160,115,171); }

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

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

 span { border-color: rgb(160,115,171); }

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