#A37AAF

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

Shades of Ce Soir #A37AAF

Tints of Ce Soir #A37AAF

Color information

#A37AAF (or 0xA37AAF) is unknown color: approx Ce Soir. HEX triplet: A3, 7A and AF. RGB value is (163,122,175). Sum of RGB (Red+Green+Blue) = 163+122+175=460 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.43% from 460); Green value is 122 (48.05% from 255 or 26.52% from 460); Blue value is 175 (68.75% from 255 or 38.04% from 460); Max value from RGB is 175 - color contains mainly: blue. Hex color #A37AAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37AAF is #5C8550. Grayscale: #8C8C8C. Windows color (decimal): -6063441 or 11500195. OLE color: 11500195.

HSL color Cylindrical-coordinate representation of color #A37AAF: hue angle of 286.42º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A37AAF is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB163122175-
CMYK0.070.3000.31
HSL286.42º24.88%58.24%-
HSV(B)286.42º30.29%68.63%-
XYZ29.824.843.77-
YUV140.3147.58144.19-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.43%
GREEN value IS 122 (48.05% from 255) = 26.52%
BLUE value IS 175 (68.75% from 255) = 38.04%
R=35.43%
G=26.52%
B=38.04%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1631221750.070.3000.31286.4224.8858.24
HexA37AAF71E01F11e193a
Octal2431722577360374363172
Binary101000111111010101011111111111001111110001111011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37AAF; }

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

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

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

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

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

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

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

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