#A991B3

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

Shades of East Side #A991B3

Tints of East Side #A991B3

Color information

#A991B3 (or 0xA991B3) is unknown color: approx East Side. HEX triplet: A9, 91 and B3. RGB value is (169,145,179). Sum of RGB (Red+Green+Blue) = 169+145+179=493 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.28% from 493); Green value is 145 (57.03% from 255 or 29.41% from 493); Blue value is 179 (70.31% from 255 or 36.31% from 493); Max value from RGB is 179 - color contains mainly: blue. Hex color #A991B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A991B3 is #566E4C. Grayscale: #9B9B9B. Windows color (decimal): -5664333 or 11768233. OLE color: 11768233.

HSL color Cylindrical-coordinate representation of color #A991B3: hue angle of 282.35º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A991B3 is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB169145179-
CMYK0.060.1900.30
HSL282.35º18.28%63.53%-
HSV(B)282.35º18.99%70.2%-
XYZ34.6231.9446.99-
YUV156.05140.95137.24-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.28%
GREEN value IS 145 (57.03% from 255) = 29.41%
BLUE value IS 179 (70.31% from 255) = 36.31%
R=34.28%
G=29.41%
B=36.31%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1691451790.060.1900.30282.3518.2863.53
HexA991B361301E11a1240
Octal25122126362303643222100
Binary10101001100100011011001111010011011110100011010100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A991B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A991B3; }

 p { color: rgb(169,145,179); }

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

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

 a { background-color: rgb(169,145,179); }

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

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

 span { border-color: rgb(169,145,179); }

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