#A971BF

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

Shades of East Side #A971BF

Tints of East Side #A971BF

Color information

#A971BF (or 0xA971BF) is unknown color: approx East Side. HEX triplet: A9, 71 and BF. RGB value is (169,113,191). Sum of RGB (Red+Green+Blue) = 169+113+191=473 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.73% from 473); Green value is 113 (44.53% from 255 or 23.89% from 473); Blue value is 191 (75% from 255 or 40.38% from 473); Max value from RGB is 191 - color contains mainly: blue. Hex color #A971BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A971BF is #568E40. Grayscale: #8A8A8A. Windows color (decimal): -5672513 or 12546473. OLE color: 12546473.

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

Color convert

RGB169113191-
CMYK0.120.4100.25
HSL283.08º37.86%59.61%-
HSV(B)283.08º40.84%74.9%-
XYZ31.6724.0152.25-
YUV138.64157.55149.66-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.73%
GREEN value IS 113 (44.53% from 255) = 23.89%
BLUE value IS 191 (75% from 255) = 40.38%
R=35.73%
G=23.89%
B=40.38%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1691131910.120.4100.25283.0837.8659.61
HexA971BFC2901911b263c
Octal25116127714510314334674
Binary101010011110001101111111100101001011001100011011100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A971BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A971BF; }

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

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

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

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

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

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

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

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