#A276AA

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

Shades of Ce Soir #A276AA

Tints of Ce Soir #A276AA

Color information

#A276AA (or 0xA276AA) is unknown color: approx Ce Soir. HEX triplet: A2, 76 and AA. RGB value is (162,118,170). Sum of RGB (Red+Green+Blue) = 162+118+170=450 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36% from 450); Green value is 118 (46.48% from 255 or 26.22% from 450); Blue value is 170 (66.80% from 255 or 37.78% from 450); Max value from RGB is 170 - color contains mainly: blue. Hex color #A276AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A276AA is #5D8955. Grayscale: #888888. Windows color (decimal): -6130006 or 11171490. OLE color: 11171490.

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

Color convert

RGB162118170-
CMYK0.050.3100.33
HSL290.77º23.42%56.47%-
HSV(B)290.77º30.59%66.67%-
XYZ28.6323.5441.06-
YUV137.08146.58145.77-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36%
GREEN value IS 118 (46.48% from 255) = 26.22%
BLUE value IS 170 (66.80% from 255) = 37.78%
R=36%
G=26.22%
B=37.78%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1621181700.050.3100.33290.7723.4256.47
HexA276AA51F0211231738
Octal2421662525370414432770
Binary1010001011101101010101010111111010000110010001110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A276AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A276AA; }

 p { color: rgb(162,118,170); }

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

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

 a { background-color: rgb(162,118,170); }

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

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

 span { border-color: rgb(162,118,170); }

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