#A997BC

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

Shades of East Side #A997BC

Tints of East Side #A997BC

Color information

#A997BC (or 0xA997BC) is unknown color: approx East Side. HEX triplet: A9, 97 and BC. RGB value is (169,151,188). Sum of RGB (Red+Green+Blue) = 169+151+188=508 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.27% from 508); Green value is 151 (59.38% from 255 or 29.72% from 508); Blue value is 188 (73.83% from 255 or 37.01% from 508); Max value from RGB is 188 - color contains mainly: blue. Hex color #A997BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A997BC is #566843. Grayscale: #A0A0A0. Windows color (decimal): -5662788 or 12359593. OLE color: 12359593.

HSL color Cylindrical-coordinate representation of color #A997BC: hue angle of 269.19º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A997BC is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB169151188-
CMYK0.100.2000.26
HSL269.19º21.64%66.47%-
HSV(B)269.19º19.68%73.73%-
XYZ36.5134.252.25-
YUV160.6143.46133.99-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.27%
GREEN value IS 151 (59.38% from 255) = 29.72%
BLUE value IS 188 (73.83% from 255) = 37.01%
R=33.27%
G=29.72%
B=37.01%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1691511880.100.2000.26269.1921.6466.47
HexA997BCA1401A10d1642
Octal251227274122403241526102
Binary101010011001011110111100101010100011010100001101101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A997BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A997BC; }

 p { color: rgb(169,151,188); }

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

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

 a { background-color: rgb(169,151,188); }

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

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

 span { border-color: rgb(169,151,188); }

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