#A888BD

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

Shades of East Side #A888BD

Tints of East Side #A888BD

Color information

#A888BD (or 0xA888BD) is unknown color: approx East Side. HEX triplet: A8, 88 and BD. RGB value is (168,136,189). Sum of RGB (Red+Green+Blue) = 168+136+189=493 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.08% from 493); Green value is 136 (53.52% from 255 or 27.59% from 493); Blue value is 189 (74.22% from 255 or 38.34% from 493); Max value from RGB is 189 - color contains mainly: blue. Hex color #A888BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A888BD is #577742. Grayscale: #979797. Windows color (decimal): -5732163 or 12421288. OLE color: 12421288.

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

Color convert

RGB168136189-
CMYK0.110.2800.26
HSL276.23º28.65%63.73%-
HSV(B)276.23º28.04%74.12%-
XYZ34.1429.6152.06-
YUV151.61149.1139.69-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.08%
GREEN value IS 136 (53.52% from 255) = 27.59%
BLUE value IS 189 (74.22% from 255) = 38.34%
R=34.08%
G=27.59%
B=38.34%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1681361890.110.2800.26276.2328.6563.73
HexA888BDB1C01A1141d40
Octal250210275133403242435100
Binary101010001000100010111101101111100011010100010100111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A888BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A888BD; }

 p { color: rgb(168,136,189); }

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

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

 a { background-color: rgb(168,136,189); }

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

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

 span { border-color: rgb(168,136,189); }

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