#A997BF

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

Shades of East Side #A997BF

Tints of East Side #A997BF

Color information

#A997BF (or 0xA997BF) is unknown color: approx East Side. HEX triplet: A9, 97 and BF. RGB value is (169,151,191). Sum of RGB (Red+Green+Blue) = 169+151+191=511 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.07% from 511); Green value is 151 (59.38% from 255 or 29.55% from 511); Blue value is 191 (75% from 255 or 37.38% from 511); Max value from RGB is 191 - color contains mainly: blue. Hex color #A997BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A997BF is #566840. Grayscale: #A0A0A0. Windows color (decimal): -5662785 or 12556201. OLE color: 12556201.

HSL color Cylindrical-coordinate representation of color #A997BF: hue angle of 267º degrees, saturation: 0.24, 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 #A997BF is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB169151191-
CMYK0.120.2100.25
HSL267º23.81%67.06%-
HSV(B)267º20.94%74.9%-
XYZ36.8334.3353.98-
YUV160.94144.96133.75-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.07%
GREEN value IS 151 (59.38% from 255) = 29.55%
BLUE value IS 191 (75% from 255) = 37.38%
R=33.07%
G=29.55%
B=37.38%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1691511910.120.2100.2526723.8167.06
HexA997BFC1501910b1843
Octal251227277142503141330103
Binary101010011001011110111111110010101011001100001011110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A997BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A997BF; }

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

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

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

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

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

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

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

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