#A990BC

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

Shades of East Side #A990BC

Tints of East Side #A990BC

Color information

#A990BC (or 0xA990BC) is unknown color: approx East Side. HEX triplet: A9, 90 and BC. RGB value is (169,144,188). Sum of RGB (Red+Green+Blue) = 169+144+188=501 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.73% from 501); Green value is 144 (56.64% from 255 or 28.74% from 501); Blue value is 188 (73.83% from 255 or 37.52% from 501); Max value from RGB is 188 - color contains mainly: blue. Hex color #A990BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A990BC is #566F43. Grayscale: #9C9C9C. Windows color (decimal): -5664580 or 12357801. OLE color: 12357801.

HSL color Cylindrical-coordinate representation of color #A990BC: hue angle of 274.09º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A990BC is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB169144188-
CMYK0.100.2300.26
HSL274.09º24.72%65.1%-
HSV(B)274.09º23.4%73.73%-
XYZ35.4132.0151.89-
YUV156.49145.78136.92-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.73%
GREEN value IS 144 (56.64% from 255) = 28.74%
BLUE value IS 188 (73.83% from 255) = 37.52%
R=33.73%
G=28.74%
B=37.52%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1691441880.100.2300.26274.0924.7265.1
HexA990BCA1701A1121941
Octal251220274122703242231101
Binary101010011001000010111100101010111011010100010010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A990BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A990BC; }

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

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

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

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

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

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

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

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