#A278AB

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

Shades of Ce Soir #A278AB

Tints of Ce Soir #A278AB

Color information

#A278AB (or 0xA278AB) is unknown color: approx Ce Soir. HEX triplet: A2, 78 and AB. RGB value is (162,120,171). Sum of RGB (Red+Green+Blue) = 162+120+171=453 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.76% from 453); Green value is 120 (47.27% from 255 or 26.49% from 453); Blue value is 171 (67.19% from 255 or 37.75% from 453); Max value from RGB is 171 - color contains mainly: blue. Hex color #A278AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A278AB is #5D8754. Grayscale: #8A8A8A. Windows color (decimal): -6129493 or 11237538. OLE color: 11237538.

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

Color convert

RGB162120171-
CMYK0.050.3000.33
HSL289.41º23.29%57.06%-
HSV(B)289.41º29.82%67.06%-
XYZ28.9724.0541.64-
YUV138.37146.41144.85-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.76%
GREEN value IS 120 (47.27% from 255) = 26.49%
BLUE value IS 171 (67.19% from 255) = 37.75%
R=35.76%
G=26.49%
B=37.75%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1621201710.050.3000.33289.4123.2957.06
HexA278AB51E0211211739
Octal2421702535360414412771
Binary1010001011110001010101110111110010000110010000110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A278AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A278AB; }

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

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

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

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

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

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

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

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