#A997BE

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

Shades of East Side #A997BE

Tints of East Side #A997BE

Color information

#A997BE (or 0xA997BE) is unknown color: approx East Side. HEX triplet: A9, 97 and BE. RGB value is (169,151,190). Sum of RGB (Red+Green+Blue) = 169+151+190=510 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.14% from 510); Green value is 151 (59.38% from 255 or 29.61% from 510); Blue value is 190 (74.61% from 255 or 37.25% from 510); Max value from RGB is 190 - color contains mainly: blue. Hex color #A997BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A997BE is #566841. Grayscale: #A0A0A0. Windows color (decimal): -5662786 or 12490665. OLE color: 12490665.

HSL color Cylindrical-coordinate representation of color #A997BE: hue angle of 267.69º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A997BE is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB169151190-
CMYK0.110.2100.25
HSL267.69º23.08%66.86%-
HSV(B)267.69º20.53%74.51%-
XYZ36.7234.2953.4-
YUV160.83144.46133.83-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.14%
GREEN value IS 151 (59.38% from 255) = 29.61%
BLUE value IS 190 (74.61% from 255) = 37.25%
R=33.14%
G=29.61%
B=37.25%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1691511900.110.2100.25267.6923.0866.86
HexA997BEB1501910c1743
Octal251227276132503141427103
Binary101010011001011110111110101110101011001100001100101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A997BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A997BE; }

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

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

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

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

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

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

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

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