#A888BF

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

Shades of East Side #A888BF

Tints of East Side #A888BF

Color information

#A888BF (or 0xA888BF) is unknown color: approx East Side. HEX triplet: A8, 88 and BF. RGB value is (168,136,191). Sum of RGB (Red+Green+Blue) = 168+136+191=495 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.94% from 495); Green value is 136 (53.52% from 255 or 27.47% from 495); Blue value is 191 (75% from 255 or 38.59% from 495); Max value from RGB is 191 - color contains mainly: blue. Hex color #A888BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A888BF is #577740. Grayscale: #979797. Windows color (decimal): -5732161 or 12552360. OLE color: 12552360.

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

Color convert

RGB168136191-
CMYK0.120.2900.25
HSL274.91º30.05%64.12%-
HSV(B)274.91º28.8%74.9%-
XYZ34.3629.6953.21-
YUV151.84150.1139.53-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.94%
GREEN value IS 136 (53.52% from 255) = 27.47%
BLUE value IS 191 (75% from 255) = 38.59%
R=33.94%
G=27.47%
B=38.59%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1681361910.120.2900.25274.9130.0564.12
HexA888BFC1D0191131e40
Octal250210277143503142336100
Binary101010001000100010111111110011101011001100010011111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A888BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A888BF; }

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

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

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

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

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

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

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

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