#A976BE

Color #A976BE East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #A976BE

Tints of East Side #A976BE

Color information

#A976BE (or 0xA976BE) is unknown color: approx East Side. HEX triplet: A9, 76 and BE. RGB value is (169,118,190). Sum of RGB (Red+Green+Blue) = 169+118+190=477 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.43% from 477); Green value is 118 (46.48% from 255 or 24.74% from 477); Blue value is 190 (74.61% from 255 or 39.83% from 477); Max value from RGB is 190 - color contains mainly: blue. Hex color #A976BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A976BE is #568941. Grayscale: #8D8D8D. Windows color (decimal): -5671234 or 12482217. OLE color: 12482217.

HSL color Cylindrical-coordinate representation of color #A976BE: hue angle of 282.5º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A976BE is Cyan = 0.11, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB169118190-
CMYK0.110.3800.25
HSL282.5º35.64%60.39%-
HSV(B)282.5º37.89%74.51%-
XYZ32.1325.1151.87-
YUV141.46155.4147.65-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.43%
GREEN value IS 118 (46.48% from 255) = 24.74%
BLUE value IS 190 (74.61% from 255) = 39.83%
R=35.43%
G=24.74%
B=39.83%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1691181900.110.3800.25282.535.6460.39
HexA976BEB2601911a243c
Octal25116627613460314324474
Binary101010011110110101111101011100110011001100011010100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A976BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A976BE; }

 p { color: rgb(169,118,190); }

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

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

 a { background-color: rgb(169,118,190); }

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

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

 span { border-color: rgb(169,118,190); }

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