#A972B5

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

Shades of East Side #A972B5

Tints of East Side #A972B5

Color information

#A972B5 (or 0xA972B5) is unknown color: approx East Side. HEX triplet: A9, 72 and B5. RGB value is (169,114,181). Sum of RGB (Red+Green+Blue) = 169+114+181=464 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.42% from 464); Green value is 114 (44.92% from 255 or 24.57% from 464); Blue value is 181 (71.09% from 255 or 39.01% from 464); Max value from RGB is 181 - color contains mainly: blue. Hex color #A972B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A972B5 is #568D4A. Grayscale: #898989. Windows color (decimal): -5672267 or 11891369. OLE color: 11891369.

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

Color convert

RGB169114181-
CMYK0.070.3700.29
HSL289.25º31.16%57.84%-
HSV(B)289.25º37.02%70.98%-
XYZ30.7223.8146.69-
YUV138.08152.22150.05-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.42%
GREEN value IS 114 (44.92% from 255) = 24.57%
BLUE value IS 181 (71.09% from 255) = 39.01%
R=36.42%
G=24.57%
B=39.01%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1691141810.070.3700.29289.2531.1657.84
HexA972B572501D1211f3a
Octal2511622657450354413772
Binary1010100111100101011010111110010101110110010000111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A972B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A972B5; }

 p { color: rgb(169,114,181); }

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

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

 a { background-color: rgb(169,114,181); }

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

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

 span { border-color: rgb(169,114,181); }

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