#A988CA

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

Shades of East Side #A988CA

Tints of East Side #A988CA

Color information

#A988CA (or 0xA988CA) is unknown color: approx East Side. HEX triplet: A9, 88 and CA. RGB value is (169,136,202). Sum of RGB (Red+Green+Blue) = 169+136+202=507 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.33% from 507); Green value is 136 (53.52% from 255 or 26.82% from 507); Blue value is 202 (79.30% from 255 or 39.84% from 507); Max value from RGB is 202 - color contains mainly: blue. Hex color #A988CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A988CA is #567735. Grayscale: #999999. Windows color (decimal): -5666614 or 13273257. OLE color: 13273257.

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

Color convert

RGB169136202-
CMYK0.160.3300.21
HSL270º38.37%66.27%-
HSV(B)270º32.67%79.22%-
XYZ35.8330.3159.84-
YUV153.39155.43139.13-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.33%
GREEN value IS 136 (53.52% from 255) = 26.82%
BLUE value IS 202 (79.30% from 255) = 39.84%
R=33.33%
G=26.82%
B=39.84%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1691362020.160.3300.2127038.3766.27
HexA988CA102101510e2642
Octal251210312204102541646102
Binary101010011000100011001010100001000010101011000011101001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A988CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A988CA; }

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

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

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

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

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

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

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

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