#AF97BF

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

Shades of East Side #AF97BF

Tints of East Side #AF97BF

Color information

#AF97BF (or 0xAF97BF) is unknown color: approx East Side. HEX triplet: AF, 97 and BF. RGB value is (175,151,191). Sum of RGB (Red+Green+Blue) = 175+151+191=517 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.85% from 517); Green value is 151 (59.38% from 255 or 29.21% from 517); Blue value is 191 (75% from 255 or 36.94% from 517); Max value from RGB is 191 - color contains mainly: blue. Hex color #AF97BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF97BF is #506840. Grayscale: #A2A2A2. Windows color (decimal): -5269569 or 12556207. OLE color: 12556207.

HSL color Cylindrical-coordinate representation of color #AF97BF: hue angle of 276º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AF97BF is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB175151191-
CMYK0.080.2100.25
HSL276º23.81%67.06%-
HSV(B)276º20.94%74.9%-
XYZ38.1535.0154.04-
YUV162.74143.95136.75-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.85%
GREEN value IS 151 (59.38% from 255) = 29.21%
BLUE value IS 191 (75% from 255) = 36.94%
R=33.85%
G=29.21%
B=36.94%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751511910.080.2100.2527623.8167.06
HexAF97BF8150191141843
Octal257227277102503142430103
Binary101011111001011110111111100010101011001100010100110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF97BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF97BF; }

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

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

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

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

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

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

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

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