#A37BAB

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

Shades of Ce Soir #A37BAB

Tints of Ce Soir #A37BAB

Color information

#A37BAB (or 0xA37BAB) is unknown color: approx Ce Soir. HEX triplet: A3, 7B and AB. RGB value is (163,123,171). Sum of RGB (Red+Green+Blue) = 163+123+171=457 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.67% from 457); Green value is 123 (48.44% from 255 or 26.91% from 457); Blue value is 171 (67.19% from 255 or 37.42% from 457); Max value from RGB is 171 - color contains mainly: blue. Hex color #A37BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37BAB is #5C8454. Grayscale: #8C8C8C. Windows color (decimal): -6063189 or 11238307. OLE color: 11238307.

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

Color convert

RGB163123171-
CMYK0.050.2800.33
HSL290º22.22%57.65%-
HSV(B)290º28.07%67.06%-
XYZ29.5424.8941.78-
YUV140.43145.25144.1-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.67%
GREEN value IS 123 (48.44% from 255) = 26.91%
BLUE value IS 171 (67.19% from 255) = 37.42%
R=35.67%
G=26.91%
B=37.42%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1631231710.050.2800.3329022.2257.65
HexA37BAB51C021122163a
Octal2431732535340414422672
Binary1010001111110111010101110111100010000110010001010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37BAB; }

 p { color: rgb(163,123,171); }

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

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

 a { background-color: rgb(163,123,171); }

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

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

 span { border-color: rgb(163,123,171); }

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