#A972BB

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

Shades of East Side #A972BB

Tints of East Side #A972BB

Color information

#A972BB (or 0xA972BB) is unknown color: approx East Side. HEX triplet: A9, 72 and BB. RGB value is (169,114,187). Sum of RGB (Red+Green+Blue) = 169+114+187=470 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.96% from 470); Green value is 114 (44.92% from 255 or 24.26% from 470); Blue value is 187 (73.44% from 255 or 39.79% from 470); Max value from RGB is 187 - color contains mainly: blue. Hex color #A972BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A972BB is #568D44. Grayscale: #8A8A8A. Windows color (decimal): -5672261 or 12284585. OLE color: 12284585.

HSL color Cylindrical-coordinate representation of color #A972BB: hue angle of 285.21º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A972BB is Cyan = 0.10, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB169114187-
CMYK0.100.3900.27
HSL285.21º34.93%59.02%-
HSV(B)285.21º39.04%73.33%-
XYZ31.3524.0650-
YUV138.77155.22149.56-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.96%
GREEN value IS 114 (44.92% from 255) = 24.26%
BLUE value IS 187 (73.44% from 255) = 39.79%
R=35.96%
G=24.26%
B=39.79%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1691141870.100.3900.27285.2134.9359.02
HexA972BBA2701B11d233b
Octal25116227312470334354373
Binary101010011110010101110111010100111011011100011101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A972BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A972BB; }

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

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

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

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

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

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

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

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