#A890B7

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

Shades of East Side #A890B7

Tints of East Side #A890B7

Color information

#A890B7 (or 0xA890B7) is unknown color: approx East Side. HEX triplet: A8, 90 and B7. RGB value is (168,144,183). Sum of RGB (Red+Green+Blue) = 168+144+183=495 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.94% from 495); Green value is 144 (56.64% from 255 or 29.09% from 495); Blue value is 183 (71.88% from 255 or 36.97% from 495); Max value from RGB is 183 - color contains mainly: blue. Hex color #A890B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A890B7 is #576F48. Grayscale: #9B9B9B. Windows color (decimal): -5730121 or 12030120. OLE color: 12030120.

HSL color Cylindrical-coordinate representation of color #A890B7: hue angle of 276.92º degrees, saturation: 0.21, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A890B7 is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB168144183-
CMYK0.080.2100.28
HSL276.92º21.31%64.12%-
HSV(B)276.92º21.31%71.76%-
XYZ34.6731.6949.09-
YUV155.62143.45136.83-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.94%
GREEN value IS 144 (56.64% from 255) = 29.09%
BLUE value IS 183 (71.88% from 255) = 36.97%
R=33.94%
G=29.09%
B=36.97%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1681441830.080.2100.28276.9221.3164.12
HexA890B781501C1151540
Octal250220267102503442525100
Binary101010001001000010110111100010101011100100010101101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A890B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A890B7; }

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

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

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

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

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

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

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

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