#AF97BB

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

Shades of East Side #AF97BB

Tints of East Side #AF97BB

Color information

#AF97BB (or 0xAF97BB) is unknown color: approx East Side. HEX triplet: AF, 97 and BB. RGB value is (175,151,187). Sum of RGB (Red+Green+Blue) = 175+151+187=513 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.11% from 513); Green value is 151 (59.38% from 255 or 29.43% from 513); Blue value is 187 (73.44% from 255 or 36.45% from 513); Max value from RGB is 187 - color contains mainly: blue. Hex color #AF97BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF97BB is #506844. Grayscale: #A2A2A2. Windows color (decimal): -5269573 or 12294063. OLE color: 12294063.

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

Color convert

RGB175151187-
CMYK0.060.1900.27
HSL280º20.93%66.27%-
HSV(B)280º19.25%73.33%-
XYZ37.7234.8451.75-
YUV162.28141.95137.07-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.11%
GREEN value IS 151 (59.38% from 255) = 29.43%
BLUE value IS 187 (73.44% from 255) = 36.45%
R=34.11%
G=29.43%
B=36.45%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751511870.060.1900.2728020.9366.27
HexAF97BB61301B1181542
Octal25722727362303343025102
Binary10101111100101111011101111010011011011100011000101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF97BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF97BB; }

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

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

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

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

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

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

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

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