#A890BC

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

Shades of East Side #A890BC

Tints of East Side #A890BC

Color information

#A890BC (or 0xA890BC) is unknown color: approx East Side. HEX triplet: A8, 90 and BC. RGB value is (168,144,188). Sum of RGB (Red+Green+Blue) = 168+144+188=500 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.6% from 500); Green value is 144 (56.64% from 255 or 28.8% from 500); Blue value is 188 (73.83% from 255 or 37.6% from 500); Max value from RGB is 188 - color contains mainly: blue. Hex color #A890BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A890BC is #576F43. Grayscale: #9C9C9C. Windows color (decimal): -5730116 or 12357800. OLE color: 12357800.

HSL color Cylindrical-coordinate representation of color #A890BC: hue angle of 272.73º 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 #A890BC is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB168144188-
CMYK0.110.2300.26
HSL272.73º24.72%65.1%-
HSV(B)272.73º23.4%73.73%-
XYZ35.231.951.88-
YUV156.19145.95136.42-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.6%
GREEN value IS 144 (56.64% from 255) = 28.8%
BLUE value IS 188 (73.83% from 255) = 37.6%
R=33.6%
G=28.8%
B=37.6%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1681441880.110.2300.26272.7324.7265.1
HexA890BCB1701A1111941
Octal250220274132703242131101
Binary101010001001000010111100101110111011010100010001110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A890BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A890BC; }

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

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

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

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

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

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

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

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