#A27AAB

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

Shades of Ce Soir #A27AAB

Tints of Ce Soir #A27AAB

Color information

#A27AAB (or 0xA27AAB) is unknown color: approx Ce Soir. HEX triplet: A2, 7A and AB. RGB value is (162,122,171). Sum of RGB (Red+Green+Blue) = 162+122+171=455 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.60% from 455); Green value is 122 (48.05% from 255 or 26.81% from 455); Blue value is 171 (67.19% from 255 or 37.58% from 455); Max value from RGB is 171 - color contains mainly: blue. Hex color #A27AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27AAB is #5D8554. Grayscale: #8B8B8B. Windows color (decimal): -6128981 or 11238050. OLE color: 11238050.

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

Color convert

RGB162122171-
CMYK0.050.2900.33
HSL288.98º22.58%57.45%-
HSV(B)288.98º28.65%67.06%-
XYZ29.2124.5441.73-
YUV139.55145.75144.02-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.60%
GREEN value IS 122 (48.05% from 255) = 26.81%
BLUE value IS 171 (67.19% from 255) = 37.58%
R=35.60%
G=26.81%
B=37.58%

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
Decimal1621221710.050.2900.33288.9822.5857.45
HexA27AAB51D0211211739
Octal2421722535350414412771
Binary1010001011110101010101110111101010000110010000110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27AAB; }

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

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

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

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

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

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

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

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