#A97DBF

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

Shades of East Side #A97DBF

Tints of East Side #A97DBF

Color information

#A97DBF (or 0xA97DBF) is unknown color: approx East Side. HEX triplet: A9, 7D and BF. RGB value is (169,125,191). Sum of RGB (Red+Green+Blue) = 169+125+191=485 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.85% from 485); Green value is 125 (49.22% from 255 or 25.77% from 485); Blue value is 191 (75% from 255 or 39.38% from 485); Max value from RGB is 191 - color contains mainly: blue. Hex color #A97DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A97DBF is #568240. Grayscale: #919191. Windows color (decimal): -5669441 or 12549545. OLE color: 12549545.

HSL color Cylindrical-coordinate representation of color #A97DBF: hue angle of 280º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A97DBF is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB169125191-
CMYK0.120.3500.25
HSL280º34.02%61.96%-
HSV(B)280º34.55%74.9%-
XYZ33.126.8652.73-
YUV145.68153.58144.63-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.85%
GREEN value IS 125 (49.22% from 255) = 25.77%
BLUE value IS 191 (75% from 255) = 39.38%
R=34.85%
G=25.77%
B=39.38%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1691251910.120.3500.2528034.0261.96
HexA97DBFC23019118223e
Octal25117527714430314304276
Binary101010011111101101111111100100011011001100011000100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97DBF; }

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

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

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

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

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

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

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

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