#A27BB0

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

Shades of Ce Soir #A27BB0

Tints of Ce Soir #A27BB0

Color information

#A27BB0 (or 0xA27BB0) is unknown color: approx Ce Soir. HEX triplet: A2, 7B and B0. RGB value is (162,123,176). Sum of RGB (Red+Green+Blue) = 162+123+176=461 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.14% from 461); Green value is 123 (48.44% from 255 or 26.68% from 461); Blue value is 176 (69.14% from 255 or 38.18% from 461); Max value from RGB is 176 - color contains mainly: blue. Hex color #A27BB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27BB0 is #5D844F. Grayscale: #8C8C8C. Windows color (decimal): -6128720 or 11565986. OLE color: 11565986.

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

Color convert

RGB162123176-
CMYK0.080.3000.31
HSL284.15º25.12%58.63%-
HSV(B)284.15º30.11%69.02%-
XYZ29.8224.9844.32-
YUV140.7147.92143.19-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.14%
GREEN value IS 123 (48.44% from 255) = 26.68%
BLUE value IS 176 (69.14% from 255) = 38.18%
R=35.14%
G=26.68%
B=38.18%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1621231760.080.3000.31284.1525.1258.63
HexA27BB081E01F11c193b
Octal24217326010360374343173
Binary1010001011110111011000010001111001111110001110011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27BB0; }

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

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

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

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

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

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

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

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