#A76FB4

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

Shades of Ce Soir #A76FB4

Tints of Ce Soir #A76FB4

Color information

#A76FB4 (or 0xA76FB4) is unknown color: approx Ce Soir. HEX triplet: A7, 6F and B4. RGB value is (167,111,180). Sum of RGB (Red+Green+Blue) = 167+111+180=458 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.46% from 458); Green value is 111 (43.75% from 255 or 24.24% from 458); Blue value is 180 (70.70% from 255 or 39.30% from 458); Max value from RGB is 180 - color contains mainly: blue. Hex color #A76FB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76FB4 is #58904B. Grayscale: #878787. Windows color (decimal): -5804108 or 11825063. OLE color: 11825063.

HSL color Cylindrical-coordinate representation of color #A76FB4: hue angle of 288.7º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A76FB4 is Cyan = 0.07, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB167111180-
CMYK0.070.3800.29
HSL288.7º31.51%57.06%-
HSV(B)288.7º38.33%70.59%-
XYZ29.8622.8846.02-
YUV135.61153.05150.39-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.46%
GREEN value IS 111 (43.75% from 255) = 24.24%
BLUE value IS 180 (70.70% from 255) = 39.30%
R=36.46%
G=24.24%
B=39.30%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1671111800.070.3800.29288.731.5157.06
HexA76FB472601D1212039
Octal2471572647460354414071
Binary10100111110111110110100111100110011101100100001100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76FB4; }

 p { color: rgb(167,111,180); }

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

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

 a { background-color: rgb(167,111,180); }

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

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

 span { border-color: rgb(167,111,180); }

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