#A278AE

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

Shades of Ce Soir #A278AE

Tints of Ce Soir #A278AE

Color information

#A278AE (or 0xA278AE) is unknown color: approx Ce Soir. HEX triplet: A2, 78 and AE. RGB value is (162,120,174). Sum of RGB (Red+Green+Blue) = 162+120+174=456 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.53% from 456); Green value is 120 (47.27% from 255 or 26.32% from 456); Blue value is 174 (68.36% from 255 or 38.16% from 456); Max value from RGB is 174 - color contains mainly: blue. Hex color #A278AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A278AE is #5D8751. Grayscale: #8A8A8A. Windows color (decimal): -6129490 or 11434146. OLE color: 11434146.

HSL color Cylindrical-coordinate representation of color #A278AE: hue angle of 286.67º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A278AE is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB162120174-
CMYK0.070.3100.32
HSL286.67º25%57.65%-
HSV(B)286.67º31.03%68.24%-
XYZ29.2624.1743.17-
YUV138.71147.91144.61-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.53%
GREEN value IS 120 (47.27% from 255) = 26.32%
BLUE value IS 174 (68.36% from 255) = 38.16%
R=35.53%
G=26.32%
B=38.16%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1621201740.070.3100.32286.672557.65
HexA278AE71F02011f193a
Octal2421702567370404373172
Binary1010001011110001010111011111111010000010001111111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A278AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A278AE; }

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

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

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

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

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

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

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

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