#A37AAC

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

Shades of Ce Soir #A37AAC

Tints of Ce Soir #A37AAC

Color information

#A37AAC (or 0xA37AAC) is unknown color: approx Ce Soir. HEX triplet: A3, 7A and AC. RGB value is (163,122,172). Sum of RGB (Red+Green+Blue) = 163+122+172=457 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.67% from 457); Green value is 122 (48.05% from 255 or 26.70% from 457); Blue value is 172 (67.58% from 255 or 37.64% from 457); Max value from RGB is 172 - color contains mainly: blue. Hex color #A37AAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37AAC is #5C8553. Grayscale: #8B8B8B. Windows color (decimal): -6063444 or 11303587. OLE color: 11303587.

HSL color Cylindrical-coordinate representation of color #A37AAC: hue angle of 289.2º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A37AAC is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB163122172-
CMYK0.050.2900.33
HSL289.2º23.15%57.65%-
HSV(B)289.2º29.07%67.45%-
XYZ29.5124.6842.24-
YUV139.96146.08144.43-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.67%
GREEN value IS 122 (48.05% from 255) = 26.70%
BLUE value IS 172 (67.58% from 255) = 37.64%
R=35.67%
G=26.70%
B=37.64%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1631221720.050.2900.33289.223.1557.65
HexA37AAC51D021121173a
Octal2431722545350414412772
Binary1010001111110101010110010111101010000110010000110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37AAC; }

 p { color: rgb(163,122,172); }

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

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

 a { background-color: rgb(163,122,172); }

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

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

 span { border-color: rgb(163,122,172); }

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