#A278AD

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

Shades of Ce Soir #A278AD

Tints of Ce Soir #A278AD

Color information

#A278AD (or 0xA278AD) is unknown color: approx Ce Soir. HEX triplet: A2, 78 and AD. RGB value is (162,120,173). Sum of RGB (Red+Green+Blue) = 162+120+173=455 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.60% from 455); Green value is 120 (47.27% from 255 or 26.37% from 455); Blue value is 173 (67.97% from 255 or 38.02% from 455); Max value from RGB is 173 - color contains mainly: blue. Hex color #A278AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A278AD is #5D8752. Grayscale: #8A8A8A. Windows color (decimal): -6129491 or 11368610. OLE color: 11368610.

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

Color convert

RGB162120173-
CMYK0.060.3100.32
HSL287.55º24.42%57.45%-
HSV(B)287.55º30.64%67.84%-
XYZ29.1624.1342.66-
YUV138.6147.41144.69-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.60%
GREEN value IS 120 (47.27% from 255) = 26.37%
BLUE value IS 173 (67.97% from 255) = 38.02%
R=35.60%
G=26.37%
B=38.02%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1621201730.060.3100.32287.5524.4257.45
HexA278AD61F0201201839
Octal2421702556370404403071
Binary1010001011110001010110111011111010000010010000011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A278AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A278AD; }

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

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

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

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

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

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

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

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