#A276AD

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

Shades of Ce Soir #A276AD

Tints of Ce Soir #A276AD

Color information

#A276AD (or 0xA276AD) is unknown color: approx Ce Soir. HEX triplet: A2, 76 and AD. RGB value is (162,118,173). Sum of RGB (Red+Green+Blue) = 162+118+173=453 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.76% from 453); Green value is 118 (46.48% from 255 or 26.05% from 453); Blue value is 173 (67.97% from 255 or 38.19% from 453); Max value from RGB is 173 - color contains mainly: blue. Hex color #A276AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A276AD is #5D8952. Grayscale: #898989. Windows color (decimal): -6130003 or 11368098. OLE color: 11368098.

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

Color convert

RGB162118173-
CMYK0.060.3200.32
HSL288º25.11%57.06%-
HSV(B)288º31.79%67.84%-
XYZ28.9223.6642.58-
YUV137.43148.08145.53-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.76%
GREEN value IS 118 (46.48% from 255) = 26.05%
BLUE value IS 173 (67.97% from 255) = 38.19%
R=35.76%
G=26.05%
B=38.19%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1621181730.060.3200.3228825.1157.06
HexA276AD6200201201939
Octal2421662556400404403171
Binary10100010111011010101101110100000010000010010000011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A276AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A276AD; }

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

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

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

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

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

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

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

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