#A988CC

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

Shades of East Side #A988CC

Tints of East Side #A988CC

Color information

#A988CC (or 0xA988CC) is unknown color: approx East Side. HEX triplet: A9, 88 and CC. RGB value is (169,136,204). Sum of RGB (Red+Green+Blue) = 169+136+204=509 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.20% from 509); Green value is 136 (53.52% from 255 or 26.72% from 509); Blue value is 204 (80.08% from 255 or 40.08% from 509); Max value from RGB is 204 - color contains mainly: blue. Hex color #A988CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A988CC is #567733. Grayscale: #999999. Windows color (decimal): -5666612 or 13404329. OLE color: 13404329.

HSL color Cylindrical-coordinate representation of color #A988CC: hue angle of 269.12º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A988CC is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB169136204-
CMYK0.170.3300.2
HSL269.12º40%66.67%-
HSV(B)269.12º33.33%80%-
XYZ36.0730.461.09-
YUV153.62156.43138.97-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.20%
GREEN value IS 136 (53.52% from 255) = 26.72%
BLUE value IS 204 (80.08% from 255) = 40.08%
R=33.20%
G=26.72%
B=40.08%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1691362040.170.3300.2269.124066.67
HexA988CC112101410d2843
Octal251210314214102441550103
Binary101010011000100011001100100011000010101001000011011010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A988CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A988CC; }

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

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

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

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

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

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

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

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