#A995B7

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

Shades of East Side #A995B7

Tints of East Side #A995B7

Color information

#A995B7 (or 0xA995B7) is unknown color: approx East Side. HEX triplet: A9, 95 and B7. RGB value is (169,149,183). Sum of RGB (Red+Green+Blue) = 169+149+183=501 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.73% from 501); Green value is 149 (58.59% from 255 or 29.74% from 501); Blue value is 183 (71.88% from 255 or 36.53% from 501); Max value from RGB is 183 - color contains mainly: blue. Hex color #A995B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A995B7 is #566A48. Grayscale: #9E9E9E. Windows color (decimal): -5663305 or 12031401. OLE color: 12031401.

HSL color Cylindrical-coordinate representation of color #A995B7: hue angle of 275.29º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A995B7 is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB169149183-
CMYK0.080.1900.28
HSL275.29º19.1%65.1%-
HSV(B)275.29º18.58%71.76%-
XYZ35.6633.3549.36-
YUV158.86141.63135.24-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.73%
GREEN value IS 149 (58.59% from 255) = 29.74%
BLUE value IS 183 (71.88% from 255) = 36.53%
R=33.73%
G=29.74%
B=36.53%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1691491830.080.1900.28275.2919.165.1
HexA995B781301C1131341
Octal251225267102303442323101
Binary101010011001010110110111100010011011100100010011100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A995B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A995B7; }

 p { color: rgb(169,149,183); }

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

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

 a { background-color: rgb(169,149,183); }

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

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

 span { border-color: rgb(169,149,183); }

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