#A276AF

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

Shades of Ce Soir #A276AF

Tints of Ce Soir #A276AF

Color information

#A276AF (or 0xA276AF) is unknown color: approx Ce Soir. HEX triplet: A2, 76 and AF. RGB value is (162,118,175). Sum of RGB (Red+Green+Blue) = 162+118+175=455 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.60% from 455); Green value is 118 (46.48% from 255 or 25.93% from 455); Blue value is 175 (68.75% from 255 or 38.46% from 455); Max value from RGB is 175 - color contains mainly: blue. Hex color #A276AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A276AF is #5D8950. Grayscale: #898989. Windows color (decimal): -6130001 or 11499170. OLE color: 11499170.

HSL color Cylindrical-coordinate representation of color #A276AF: hue angle of 286.32º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A276AF is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB162118175-
CMYK0.070.3300.31
HSL286.32º26.27%57.45%-
HSV(B)286.32º32.57%68.63%-
XYZ29.1223.7343.6-
YUV137.65149.08145.37-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.60%
GREEN value IS 118 (46.48% from 255) = 25.93%
BLUE value IS 175 (68.75% from 255) = 38.46%
R=35.60%
G=25.93%
B=38.46%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1621181750.070.3300.31286.3226.2757.45
HexA276AF72101F11e1a39
Octal2421662577410374363271
Binary1010001011101101010111111110000101111110001111011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A276AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A276AF; }

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

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

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

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

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

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

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

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