#AF88BA

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

Shades of East Side #AF88BA

Tints of East Side #AF88BA

Color information

#AF88BA (or 0xAF88BA) is unknown color: approx East Side. HEX triplet: AF, 88 and BA. RGB value is (175,136,186). Sum of RGB (Red+Green+Blue) = 175+136+186=497 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.21% from 497); Green value is 136 (53.52% from 255 or 27.36% from 497); Blue value is 186 (73.05% from 255 or 37.42% from 497); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF88BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF88BA is #507745. Grayscale: #999999. Windows color (decimal): -5273414 or 12224687. OLE color: 12224687.

HSL color Cylindrical-coordinate representation of color #AF88BA: hue angle of 286.8º 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 #AF88BA is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB175136186-
CMYK0.060.2700.27
HSL286.8º26.6%63.14%-
HSV(B)286.8º26.88%72.94%-
XYZ35.3530.2750.43-
YUV153.36146.42143.43-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.21%
GREEN value IS 136 (53.52% from 255) = 27.36%
BLUE value IS 186 (73.05% from 255) = 37.42%
R=35.21%
G=27.36%
B=37.42%

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
Decimal1751361860.060.2700.27286.826.663.14
HexAF88BA61B01B11f1b3f
Octal2572102726330334373377
Binary1010111110001000101110101101101101101110001111111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF88BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF88BA; }

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

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

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

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

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

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

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

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