#A27BAC

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

Shades of Ce Soir #A27BAC

Tints of Ce Soir #A27BAC

Color information

#A27BAC (or 0xA27BAC) is unknown color: approx Ce Soir. HEX triplet: A2, 7B and AC. RGB value is (162,123,172). Sum of RGB (Red+Green+Blue) = 162+123+172=457 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.45% from 457); Green value is 123 (48.44% from 255 or 26.91% from 457); Blue value is 172 (67.58% from 255 or 37.64% from 457); Max value from RGB is 172 - color contains mainly: blue. Hex color #A27BAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27BAC is #5D8453. Grayscale: #8C8C8C. Windows color (decimal): -6128724 or 11303842. OLE color: 11303842.

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

Color convert

RGB162123172-
CMYK0.060.2800.33
HSL287.76º22.79%57.84%-
HSV(B)287.76º28.49%67.45%-
XYZ29.4324.8342.27-
YUV140.25145.92143.52-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.45%
GREEN value IS 123 (48.44% from 255) = 26.91%
BLUE value IS 172 (67.58% from 255) = 37.64%
R=35.45%
G=26.91%
B=37.64%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1621231720.060.2800.33287.7622.7957.84
HexA27BAC61C021120173a
Octal2421732546340414402772
Binary1010001011110111010110011011100010000110010000010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27BAC; }

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

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

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

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

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

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

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

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