#A989CA

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

Shades of East Side #A989CA

Tints of East Side #A989CA

Color information

#A989CA (or 0xA989CA) is unknown color: approx East Side. HEX triplet: A9, 89 and CA. RGB value is (169,137,202). Sum of RGB (Red+Green+Blue) = 169+137+202=508 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.27% from 508); Green value is 137 (53.91% from 255 or 26.97% from 508); Blue value is 202 (79.30% from 255 or 39.76% from 508); Max value from RGB is 202 - color contains mainly: blue. Hex color #A989CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A989CA is #567635. Grayscale: #999999. Windows color (decimal): -5666358 or 13273513. OLE color: 13273513.

HSL color Cylindrical-coordinate representation of color #A989CA: hue angle of 269.54º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A989CA is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB169137202-
CMYK0.160.3200.21
HSL269.54º38.01%66.47%-
HSV(B)269.54º32.18%79.22%-
XYZ35.9730.5959.89-
YUV153.98155.1138.71-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.27%
GREEN value IS 137 (53.91% from 255) = 26.97%
BLUE value IS 202 (79.30% from 255) = 39.76%
R=33.27%
G=26.97%
B=39.76%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1691372020.160.3200.21269.5438.0166.47
HexA989CA102001510e2642
Octal251211312204002541646102
Binary101010011000100111001010100001000000101011000011101001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A989CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A989CA; }

 p { color: rgb(169,137,202); }

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

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

 a { background-color: rgb(169,137,202); }

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

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

 span { border-color: rgb(169,137,202); }

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