#AF89BF

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

Shades of East Side #AF89BF

Tints of East Side #AF89BF

Color information

#AF89BF (or 0xAF89BF) is unknown color: approx East Side. HEX triplet: AF, 89 and BF. RGB value is (175,137,191). Sum of RGB (Red+Green+Blue) = 175+137+191=503 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.79% from 503); Green value is 137 (53.91% from 255 or 27.24% from 503); Blue value is 191 (75% from 255 or 37.97% from 503); Max value from RGB is 191 - color contains mainly: blue. Hex color #AF89BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF89BF is #507640. Grayscale: #9A9A9A. Windows color (decimal): -5273153 or 12552623. OLE color: 12552623.

HSL color Cylindrical-coordinate representation of color #AF89BF: hue angle of 282.22º degrees, saturation: 0.3, 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 #AF89BF is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB175137191-
CMYK0.080.2800.25
HSL282.22º29.67%64.31%-
HSV(B)282.22º28.27%74.9%-
XYZ36.0330.7753.33-
YUV154.52148.59142.61-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.79%
GREEN value IS 137 (53.91% from 255) = 27.24%
BLUE value IS 191 (75% from 255) = 37.97%
R=34.79%
G=27.24%
B=37.97%

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
Decimal1751371910.080.2800.25282.2229.6764.31
HexAF89BF81C01911a1e40
Octal257211277103403143236100
Binary101011111000100110111111100011100011001100011010111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF89BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF89BF; }

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

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

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

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

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

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

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

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