#AF96BB

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

Shades of East Side #AF96BB

Tints of East Side #AF96BB

Color information

#AF96BB (or 0xAF96BB) is unknown color: approx East Side. HEX triplet: AF, 96 and BB. RGB value is (175,150,187). Sum of RGB (Red+Green+Blue) = 175+150+187=512 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.18% from 512); Green value is 150 (58.98% from 255 or 29.30% from 512); Blue value is 187 (73.44% from 255 or 36.52% from 512); Max value from RGB is 187 - color contains mainly: blue. Hex color #AF96BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF96BB is #506944. Grayscale: #A1A1A1. Windows color (decimal): -5269829 or 12293807. OLE color: 12293807.

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

Color convert

RGB175150187-
CMYK0.060.2000.27
HSL280.54º21.39%66.08%-
HSV(B)280.54º19.79%73.33%-
XYZ37.5634.5151.7-
YUV161.69142.28137.49-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.18%
GREEN value IS 150 (58.98% from 255) = 29.30%
BLUE value IS 187 (73.44% from 255) = 36.52%
R=34.18%
G=29.30%
B=36.52%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751501870.060.2000.27280.5421.3966.08
HexAF96BB61401B1191542
Octal25722627362403343125102
Binary10101111100101101011101111010100011011100011001101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF96BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF96BB; }

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

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

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

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

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

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

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

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