#AF89BE

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

Shades of East Side #AF89BE

Tints of East Side #AF89BE

Color information

#AF89BE (or 0xAF89BE) is unknown color: approx East Side. HEX triplet: AF, 89 and BE. RGB value is (175,137,190). Sum of RGB (Red+Green+Blue) = 175+137+190=502 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.86% from 502); Green value is 137 (53.91% from 255 or 27.29% from 502); Blue value is 190 (74.61% from 255 or 37.85% from 502); Max value from RGB is 190 - color contains mainly: blue. Hex color #AF89BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF89BE is #507641. Grayscale: #9A9A9A. Windows color (decimal): -5273154 or 12487087. OLE color: 12487087.

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

Color convert

RGB175137190-
CMYK0.080.2800.25
HSL283.02º28.96%64.12%-
HSV(B)283.02º27.89%74.51%-
XYZ35.9230.7252.75-
YUV154.4148.09142.69-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.86%
GREEN value IS 137 (53.91% from 255) = 27.29%
BLUE value IS 190 (74.61% from 255) = 37.85%
R=34.86%
G=27.29%
B=37.85%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751371900.080.2800.25283.0228.9664.12
HexAF89BE81C01911b1d40
Octal257211276103403143335100
Binary101011111000100110111110100011100011001100011011111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF89BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF89BE; }

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

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

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

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

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

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

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

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