#A990B4

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

Shades of East Side #A990B4

Tints of East Side #A990B4

Color information

#A990B4 (or 0xA990B4) is unknown color: approx East Side. HEX triplet: A9, 90 and B4. RGB value is (169,144,180). Sum of RGB (Red+Green+Blue) = 169+144+180=493 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.28% from 493); Green value is 144 (56.64% from 255 or 29.21% from 493); Blue value is 180 (70.70% from 255 or 36.51% from 493); Max value from RGB is 180 - color contains mainly: blue. Hex color #A990B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A990B4 is #566F4B. Grayscale: #9B9B9B. Windows color (decimal): -5664588 or 11833513. OLE color: 11833513.

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

Color convert

RGB169144180-
CMYK0.060.200.29
HSL281.67º19.35%63.53%-
HSV(B)281.67º20%70.59%-
XYZ34.5731.6847.47-
YUV155.58141.78137.57-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.28%
GREEN value IS 144 (56.64% from 255) = 29.21%
BLUE value IS 180 (70.70% from 255) = 36.51%
R=34.28%
G=29.21%
B=36.51%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1691441800.060.200.29281.6719.3563.53
HexA990B461401D11a1340
Octal25122026462403543223100
Binary10101001100100001011010011010100011101100011010100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A990B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A990B4; }

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

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

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

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

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

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

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

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