#A976BD

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

Shades of East Side #A976BD

Tints of East Side #A976BD

Color information

#A976BD (or 0xA976BD) is unknown color: approx East Side. HEX triplet: A9, 76 and BD. RGB value is (169,118,189). Sum of RGB (Red+Green+Blue) = 169+118+189=476 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.50% from 476); Green value is 118 (46.48% from 255 or 24.79% from 476); Blue value is 189 (74.22% from 255 or 39.71% from 476); Max value from RGB is 189 - color contains mainly: blue. Hex color #A976BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A976BD is #568942. Grayscale: #8D8D8D. Windows color (decimal): -5671235 or 12416681. OLE color: 12416681.

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

Color convert

RGB169118189-
CMYK0.110.3800.26
HSL283.1º34.98%60.2%-
HSV(B)283.1º37.57%74.12%-
XYZ32.0325.0751.29-
YUV141.34154.9147.73-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.50%
GREEN value IS 118 (46.48% from 255) = 24.79%
BLUE value IS 189 (74.22% from 255) = 39.71%
R=35.50%
G=24.79%
B=39.71%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1691181890.110.3800.26283.134.9860.2
HexA976BDB2601A11b233c
Octal25116627513460324334374
Binary101010011110110101111011011100110011010100011011100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A976BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A976BD; }

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

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

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

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

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

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

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

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