#AF96BF

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

Shades of East Side #AF96BF

Tints of East Side #AF96BF

Color information

#AF96BF (or 0xAF96BF) is unknown color: approx East Side. HEX triplet: AF, 96 and BF. RGB value is (175,150,191). Sum of RGB (Red+Green+Blue) = 175+150+191=516 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.91% from 516); Green value is 150 (58.98% from 255 or 29.07% from 516); Blue value is 191 (75% from 255 or 37.02% from 516); Max value from RGB is 191 - color contains mainly: blue. Hex color #AF96BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF96BF is #506940. Grayscale: #A2A2A2. Windows color (decimal): -5269825 or 12555951. OLE color: 12555951.

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

Color convert

RGB175150191-
CMYK0.080.2100.25
HSL276.59º24.26%66.86%-
HSV(B)276.59º21.47%74.9%-
XYZ37.9934.6953.98-
YUV162.15144.28137.17-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.91%
GREEN value IS 150 (58.98% from 255) = 29.07%
BLUE value IS 191 (75% from 255) = 37.02%
R=33.91%
G=29.07%
B=37.02%

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
Decimal1751501910.080.2100.25276.5924.2666.86
HexAF96BF8150191151843
Octal257226277102503142530103
Binary101011111001011010111111100010101011001100010101110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF96BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF96BF; }

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

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

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

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

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

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

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

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