#AF88BE

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

Shades of East Side #AF88BE

Tints of East Side #AF88BE

Color information

#AF88BE (or 0xAF88BE) is unknown color: approx East Side. HEX triplet: AF, 88 and BE. RGB value is (175,136,190). Sum of RGB (Red+Green+Blue) = 175+136+190=501 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.93% from 501); Green value is 136 (53.52% from 255 or 27.15% from 501); Blue value is 190 (74.61% from 255 or 37.92% from 501); Max value from RGB is 190 - color contains mainly: blue. Hex color #AF88BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF88BE is #507741. Grayscale: #999999. Windows color (decimal): -5273410 or 12486831. OLE color: 12486831.

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

Color convert

RGB175136190-
CMYK0.080.2800.25
HSL283.33º29.35%63.92%-
HSV(B)283.33º28.42%74.51%-
XYZ35.7830.4452.71-
YUV153.82148.42143.11-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.93%
GREEN value IS 136 (53.52% from 255) = 27.15%
BLUE value IS 190 (74.61% from 255) = 37.92%
R=34.93%
G=27.15%
B=37.92%

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
Decimal1751361900.080.2800.25283.3329.3563.92
HexAF88BE81C01911b1d40
Octal257210276103403143335100
Binary101011111000100010111110100011100011001100011011111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF88BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF88BE; }

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

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

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

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

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

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

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

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