#A971BD

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

Shades of East Side #A971BD

Tints of East Side #A971BD

Color information

#A971BD (or 0xA971BD) is unknown color: approx East Side. HEX triplet: A9, 71 and BD. RGB value is (169,113,189). Sum of RGB (Red+Green+Blue) = 169+113+189=471 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.88% from 471); Green value is 113 (44.53% from 255 or 23.99% from 471); Blue value is 189 (74.22% from 255 or 40.13% from 471); Max value from RGB is 189 - color contains mainly: blue. Hex color #A971BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A971BD is #568E42. Grayscale: #8A8A8A. Windows color (decimal): -5672515 or 12415401. OLE color: 12415401.

HSL color Cylindrical-coordinate representation of color #A971BD: hue angle of 284.21º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A971BD is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB169113189-
CMYK0.110.4000.26
HSL284.21º36.54%59.22%-
HSV(B)284.21º40.21%74.12%-
XYZ31.4523.9251.1-
YUV138.41156.55149.82-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.88%
GREEN value IS 113 (44.53% from 255) = 23.99%
BLUE value IS 189 (74.22% from 255) = 40.13%
R=35.88%
G=23.99%
B=40.13%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1691131890.110.4000.26284.2136.5459.22
HexA971BDB2801A11c253b
Octal25116127513500324344573
Binary101010011110001101111011011101000011010100011100100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A971BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A971BD; }

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

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

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

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

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

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

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

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