#A890B4

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

Shades of East Side #A890B4

Tints of East Side #A890B4

Color information

#A890B4 (or 0xA890B4) is unknown color: approx East Side. HEX triplet: A8, 90 and B4. RGB value is (168,144,180). Sum of RGB (Red+Green+Blue) = 168+144+180=492 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.15% from 492); Green value is 144 (56.64% from 255 or 29.27% from 492); Blue value is 180 (70.70% from 255 or 36.59% from 492); Max value from RGB is 180 - color contains mainly: blue. Hex color #A890B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A890B4 is #576F4B. Grayscale: #9B9B9B. Windows color (decimal): -5730124 or 11833512. OLE color: 11833512.

HSL color Cylindrical-coordinate representation of color #A890B4: hue angle of 280º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A890B4 is Cyan = 0.07, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB168144180-
CMYK0.070.200.29
HSL280º19.35%63.53%-
HSV(B)280º20%70.59%-
XYZ34.3631.5747.46-
YUV155.28141.95137.07-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.15%
GREEN value IS 144 (56.64% from 255) = 29.27%
BLUE value IS 180 (70.70% from 255) = 36.59%
R=34.15%
G=29.27%
B=36.59%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1681441800.070.200.2928019.3563.53
HexA890B471401D1181340
Octal25022026472403543023100
Binary10101000100100001011010011110100011101100011000100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A890B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A890B4; }

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

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

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

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

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

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

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

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