#A988BE

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

Shades of East Side #A988BE

Tints of East Side #A988BE

Color information

#A988BE (or 0xA988BE) is unknown color: approx East Side. HEX triplet: A9, 88 and BE. RGB value is (169,136,190). Sum of RGB (Red+Green+Blue) = 169+136+190=495 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.14% from 495); Green value is 136 (53.52% from 255 or 27.47% from 495); Blue value is 190 (74.61% from 255 or 38.38% from 495); Max value from RGB is 190 - color contains mainly: blue. Hex color #A988BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A988BE is #567741. Grayscale: #979797. Windows color (decimal): -5666626 or 12486825. OLE color: 12486825.

HSL color Cylindrical-coordinate representation of color #A988BE: hue angle of 276.67º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A988BE is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB169136190-
CMYK0.110.2800.25
HSL276.67º29.35%63.92%-
HSV(B)276.67º28.42%74.51%-
XYZ34.4629.7652.64-
YUV152.02149.43140.11-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.14%
GREEN value IS 136 (53.52% from 255) = 27.47%
BLUE value IS 190 (74.61% from 255) = 38.38%
R=34.14%
G=27.47%
B=38.38%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1691361900.110.2800.25276.6729.3563.92
HexA988BEB1C0191151d40
Octal251210276133403142535100
Binary101010011000100010111110101111100011001100010101111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A988BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A988BE; }

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

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

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

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

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

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

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

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