#A972BD

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

Shades of East Side #A972BD

Tints of East Side #A972BD

Color information

#A972BD (or 0xA972BD) is unknown color: approx East Side. HEX triplet: A9, 72 and BD. RGB value is (169,114,189). Sum of RGB (Red+Green+Blue) = 169+114+189=472 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.81% from 472); Green value is 114 (44.92% from 255 or 24.15% from 472); Blue value is 189 (74.22% from 255 or 40.04% from 472); Max value from RGB is 189 - color contains mainly: blue. Hex color #A972BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A972BD is #568D42. Grayscale: #8A8A8A. Windows color (decimal): -5672259 or 12415657. OLE color: 12415657.

HSL color Cylindrical-coordinate representation of color #A972BD: hue angle of 284º degrees, saturation: 0.36, 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 #A972BD is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB169114189-
CMYK0.110.4000.26
HSL284º36.23%59.41%-
HSV(B)284º39.68%74.12%-
XYZ31.5624.1451.14-
YUV138.99156.22149.4-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.81%
GREEN value IS 114 (44.92% from 255) = 24.15%
BLUE value IS 189 (74.22% from 255) = 40.04%
R=35.81%
G=24.15%
B=40.04%

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
Decimal1691141890.110.4000.2628436.2359.41
HexA972BDB2801A11c243b
Octal25116227513500324344473
Binary101010011110010101111011011101000011010100011100100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A972BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A972BD; }

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

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

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

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

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

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

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

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