#AF89BA

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

Shades of East Side #AF89BA

Tints of East Side #AF89BA

Color information

#AF89BA (or 0xAF89BA) is unknown color: approx East Side. HEX triplet: AF, 89 and BA. RGB value is (175,137,186). Sum of RGB (Red+Green+Blue) = 175+137+186=498 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.14% from 498); Green value is 137 (53.91% from 255 or 27.51% from 498); Blue value is 186 (73.05% from 255 or 37.35% from 498); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF89BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF89BA is #507645. Grayscale: #999999. Windows color (decimal): -5273158 or 12224943. OLE color: 12224943.

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

Color convert

RGB175137186-
CMYK0.060.2600.27
HSL286.53º26.2%63.33%-
HSV(B)286.53º26.34%72.94%-
XYZ35.4930.5550.48-
YUV153.95146.09143.02-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.14%
GREEN value IS 137 (53.91% from 255) = 27.51%
BLUE value IS 186 (73.05% from 255) = 37.35%
R=35.14%
G=27.51%
B=37.35%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751371860.060.2600.27286.5326.263.33
HexAF89BA61A01B11f1a3f
Octal2572112726320334373277
Binary1010111110001001101110101101101001101110001111111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF89BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF89BA; }

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

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

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

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

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

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

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

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