#A27BAB

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

Shades of Ce Soir #A27BAB

Tints of Ce Soir #A27BAB

Color information

#A27BAB (or 0xA27BAB) is unknown color: approx Ce Soir. HEX triplet: A2, 7B and AB. RGB value is (162,123,171). Sum of RGB (Red+Green+Blue) = 162+123+171=456 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.53% from 456); Green value is 123 (48.44% from 255 or 26.97% from 456); Blue value is 171 (67.19% from 255 or 37.5% from 456); Max value from RGB is 171 - color contains mainly: blue. Hex color #A27BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27BAB is #5D8454. Grayscale: #8B8B8B. Windows color (decimal): -6128725 or 11238306. OLE color: 11238306.

HSL color Cylindrical-coordinate representation of color #A27BAB: hue angle of 288.75º 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 #A27BAB is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB162123171-
CMYK0.050.2800.33
HSL288.75º22.22%57.65%-
HSV(B)288.75º28.07%67.06%-
XYZ29.3324.7941.77-
YUV140.13145.42143.6-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.53%
GREEN value IS 123 (48.44% from 255) = 26.97%
BLUE value IS 171 (67.19% from 255) = 37.5%
R=35.53%
G=26.97%
B=37.5%

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
Decimal1621231710.050.2800.33288.7522.2257.65
HexA27BAB51C021121163a
Octal2421732535340414412672
Binary1010001011110111010101110111100010000110010000110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27BAB; }

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

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

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

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

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

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

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

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