#A97ABF

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

Shades of East Side #A97ABF

Tints of East Side #A97ABF

Color information

#A97ABF (or 0xA97ABF) is unknown color: approx East Side. HEX triplet: A9, 7A and BF. RGB value is (169,122,191). Sum of RGB (Red+Green+Blue) = 169+122+191=482 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.06% from 482); Green value is 122 (48.05% from 255 or 25.31% from 482); Blue value is 191 (75% from 255 or 39.63% from 482); Max value from RGB is 191 - color contains mainly: blue. Hex color #A97ABF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A97ABF is #568540. Grayscale: #8F8F8F. Windows color (decimal): -5670209 or 12548777. OLE color: 12548777.

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

Color convert

RGB169122191-
CMYK0.120.3600.25
HSL280.87º35.03%61.37%-
HSV(B)280.87º36.13%74.9%-
XYZ32.7326.1252.61-
YUV143.92154.57145.89-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.06%
GREEN value IS 122 (48.05% from 255) = 25.31%
BLUE value IS 191 (75% from 255) = 39.63%
R=35.06%
G=25.31%
B=39.63%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1691221910.120.3600.25280.8735.0361.37
HexA97ABFC24019119233d
Octal25117227714440314314375
Binary101010011111010101111111100100100011001100011001100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97ABF; }

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

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

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

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

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

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

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

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