#A971B6

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

Shades of East Side #A971B6

Tints of East Side #A971B6

Color information

#A971B6 (or 0xA971B6) is unknown color: approx East Side. HEX triplet: A9, 71 and B6. RGB value is (169,113,182). Sum of RGB (Red+Green+Blue) = 169+113+182=464 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.42% from 464); Green value is 113 (44.53% from 255 or 24.35% from 464); Blue value is 182 (71.48% from 255 or 39.22% from 464); Max value from RGB is 182 - color contains mainly: blue. Hex color #A971B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A971B6 is #568E49. Grayscale: #898989. Windows color (decimal): -5672522 or 11956649. OLE color: 11956649.

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

Color convert

RGB169113182-
CMYK0.070.3800.29
HSL288.7º32.09%57.84%-
HSV(B)288.7º37.91%71.37%-
XYZ30.7123.6247.2-
YUV137.61153.05150.39-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.42%
GREEN value IS 113 (44.53% from 255) = 24.35%
BLUE value IS 182 (71.48% from 255) = 39.22%
R=36.42%
G=24.35%
B=39.22%

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
Decimal1691131820.070.3800.29288.732.0957.84
HexA971B672601D121203a
Octal2511612667460354414072
Binary10101001111000110110110111100110011101100100001100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A971B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A971B6; }

 p { color: rgb(169,113,182); }

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

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

 a { background-color: rgb(169,113,182); }

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

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

 span { border-color: rgb(169,113,182); }

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