#AF97BA

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

Shades of East Side #AF97BA

Tints of East Side #AF97BA

Color information

#AF97BA (or 0xAF97BA) is unknown color: approx East Side. HEX triplet: AF, 97 and BA. RGB value is (175,151,186). Sum of RGB (Red+Green+Blue) = 175+151+186=512 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.18% from 512); Green value is 151 (59.38% from 255 or 29.49% from 512); Blue value is 186 (73.05% from 255 or 36.33% from 512); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF97BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF97BA is #506845. Grayscale: #A2A2A2. Windows color (decimal): -5269574 or 12228527. OLE color: 12228527.

HSL color Cylindrical-coordinate representation of color #AF97BA: hue angle of 281.14º degrees, saturation: 0.2, 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 #AF97BA is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB175151186-
CMYK0.060.1900.27
HSL281.14º20.23%66.08%-
HSV(B)281.14º18.82%72.94%-
XYZ37.6134.7951.19-
YUV162.17141.45137.15-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.18%
GREEN value IS 151 (59.38% from 255) = 29.49%
BLUE value IS 186 (73.05% from 255) = 36.33%
R=34.18%
G=29.49%
B=36.33%

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
Decimal1751511860.060.1900.27281.1420.2366.08
HexAF97BA61301B1191442
Octal25722727262303343124102
Binary10101111100101111011101011010011011011100011001101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF97BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF97BA; }

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

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

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

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

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

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

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

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