#A97DBA

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

Shades of East Side #A97DBA

Tints of East Side #A97DBA

Color information

#A97DBA (or 0xA97DBA) is unknown color: approx East Side. HEX triplet: A9, 7D and BA. RGB value is (169,125,186). Sum of RGB (Red+Green+Blue) = 169+125+186=480 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.21% from 480); Green value is 125 (49.22% from 255 or 26.04% from 480); Blue value is 186 (73.05% from 255 or 38.75% from 480); Max value from RGB is 186 - color contains mainly: blue. Hex color #A97DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A97DBA is #568245. Grayscale: #909090. Windows color (decimal): -5669446 or 12221865. OLE color: 12221865.

HSL color Cylindrical-coordinate representation of color #A97DBA: hue angle of 283.28º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A97DBA is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB169125186-
CMYK0.090.3300.27
HSL283.28º30.65%60.98%-
HSV(B)283.28º32.8%72.94%-
XYZ32.5626.6549.88-
YUV145.11151.08145.04-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.21%
GREEN value IS 125 (49.22% from 255) = 26.04%
BLUE value IS 186 (73.05% from 255) = 38.75%
R=35.21%
G=26.04%
B=38.75%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1691251860.090.3300.27283.2830.6560.98
HexA97DBA92101B11b1f3d
Octal25117527211410334333775
Binary10101001111110110111010100110000101101110001101111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97DBA; }

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

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

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

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

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

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

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

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