#AF89BB

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

Shades of East Side #AF89BB

Tints of East Side #AF89BB

Color information

#AF89BB (or 0xAF89BB) is unknown color: approx East Side. HEX triplet: AF, 89 and BB. RGB value is (175,137,187). Sum of RGB (Red+Green+Blue) = 175+137+187=499 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35.07% from 499); Green value is 137 (53.91% from 255 or 27.45% from 499); Blue value is 187 (73.44% from 255 or 37.47% from 499); Max value from RGB is 187 - color contains mainly: blue. Hex color #AF89BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF89BB is #507644. Grayscale: #999999. Windows color (decimal): -5273157 or 12290479. OLE color: 12290479.

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

Color convert

RGB175137187-
CMYK0.060.2700.27
HSL285.6º26.88%63.53%-
HSV(B)285.6º26.74%73.33%-
XYZ35.5930.5951.04-
YUV154.06146.59142.93-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.07%
GREEN value IS 137 (53.91% from 255) = 27.45%
BLUE value IS 187 (73.44% from 255) = 37.47%
R=35.07%
G=27.45%
B=37.47%

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
Decimal1751371870.060.2700.27285.626.8863.53
HexAF89BB61B01B11e1b40
Octal25721127363303343633100
Binary10101111100010011011101111011011011011100011110110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF89BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF89BB; }

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

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

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

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

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

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

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

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