#AF88BB

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

Shades of East Side #AF88BB

Tints of East Side #AF88BB

Color information

#AF88BB (or 0xAF88BB) is unknown color: approx East Side. HEX triplet: AF, 88 and BB. RGB value is (175,136,187). Sum of RGB (Red+Green+Blue) = 175+136+187=498 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.14% from 498); Green value is 136 (53.52% from 255 or 27.31% from 498); Blue value is 187 (73.44% from 255 or 37.55% from 498); Max value from RGB is 187 - color contains mainly: blue. Hex color #AF88BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF88BB is #507744. Grayscale: #999999. Windows color (decimal): -5273413 or 12290223. OLE color: 12290223.

HSL color Cylindrical-coordinate representation of color #AF88BB: hue angle of 285.88º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AF88BB is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB175136187-
CMYK0.060.2700.27
HSL285.88º27.27%63.33%-
HSV(B)285.88º27.27%73.33%-
XYZ35.4530.3151-
YUV153.48146.92143.35-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.14%
GREEN value IS 136 (53.52% from 255) = 27.31%
BLUE value IS 187 (73.44% from 255) = 37.55%
R=35.14%
G=27.31%
B=37.55%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751361870.060.2700.27285.8827.2763.33
HexAF88BB61B01B11e1b3f
Octal2572102736330334363377
Binary1010111110001000101110111101101101101110001111011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF88BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF88BB; }

 p { color: rgb(175,136,187); }

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

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

 a { background-color: rgb(175,136,187); }

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

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

 span { border-color: rgb(175,136,187); }

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