#A790B4

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

Shades of East Side #A790B4

Tints of East Side #A790B4

Color information

#A790B4 (or 0xA790B4) is unknown color: approx East Side. HEX triplet: A7, 90 and B4. RGB value is (167,144,180). Sum of RGB (Red+Green+Blue) = 167+144+180=491 (65% of max value = 765). Red value is 167 (65.62% from 255 or 34.01% from 491); Green value is 144 (56.64% from 255 or 29.33% from 491); Blue value is 180 (70.70% from 255 or 36.66% from 491); Max value from RGB is 180 - color contains mainly: blue. Hex color #A790B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A790B4 is #586F4B. Grayscale: #9A9A9A. Windows color (decimal): -5795660 or 11833511. OLE color: 11833511.

HSL color Cylindrical-coordinate representation of color #A790B4: hue angle of 278.33º 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 #A790B4 is Cyan = 0.07, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB167144180-
CMYK0.070.200.29
HSL278.33º19.35%63.53%-
HSV(B)278.33º20%70.59%-
XYZ34.1531.4647.45-
YUV154.98142.12136.57-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.01%
GREEN value IS 144 (56.64% from 255) = 29.33%
BLUE value IS 180 (70.70% from 255) = 36.66%
R=34.01%
G=29.33%
B=36.66%

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
Decimal1671441800.070.200.29278.3319.3563.53
HexA790B471401D1161340
Octal24722026472403542623100
Binary10100111100100001011010011110100011101100010110100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A790B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A790B4; }

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

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

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

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

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

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

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

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