#A990BF

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

Shades of East Side #A990BF

Tints of East Side #A990BF

Color information

#A990BF (or 0xA990BF) is unknown color: approx East Side. HEX triplet: A9, 90 and BF. RGB value is (169,144,191). Sum of RGB (Red+Green+Blue) = 169+144+191=504 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.53% from 504); Green value is 144 (56.64% from 255 or 28.57% from 504); Blue value is 191 (75% from 255 or 37.90% from 504); Max value from RGB is 191 - color contains mainly: blue. Hex color #A990BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A990BF is #566F40. Grayscale: #9C9C9C. Windows color (decimal): -5664577 or 12554409. OLE color: 12554409.

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

Color convert

RGB169144191-
CMYK0.120.2500.25
HSL271.91º26.86%65.69%-
HSV(B)271.91º24.61%74.9%-
XYZ35.7432.1453.61-
YUV156.83147.28136.68-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.53%
GREEN value IS 144 (56.64% from 255) = 28.57%
BLUE value IS 191 (75% from 255) = 37.90%
R=33.53%
G=28.57%
B=37.90%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1691441910.120.2500.25271.9126.8665.69
HexA990BFC190191101b42
Octal251220277143103142033102
Binary101010011001000010111111110011001011001100010000110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A990BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A990BF; }

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

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

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

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

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

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

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

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