#AF96BA

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

Shades of East Side #AF96BA

Tints of East Side #AF96BA

Color information

#AF96BA (or 0xAF96BA) is unknown color: approx East Side. HEX triplet: AF, 96 and BA. RGB value is (175,150,186). Sum of RGB (Red+Green+Blue) = 175+150+186=511 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.25% from 511); Green value is 150 (58.98% from 255 or 29.35% from 511); Blue value is 186 (73.05% from 255 or 36.40% from 511); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF96BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF96BA is #506945. Grayscale: #A1A1A1. Windows color (decimal): -5269830 or 12228271. OLE color: 12228271.

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

Color convert

RGB175150186-
CMYK0.060.1900.27
HSL281.67º20.69%65.88%-
HSV(B)281.67º19.35%72.94%-
XYZ37.4534.4751.13-
YUV161.58141.78137.57-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.25%
GREEN value IS 150 (58.98% from 255) = 29.35%
BLUE value IS 186 (73.05% from 255) = 36.40%
R=34.25%
G=29.35%
B=36.40%

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
Decimal1751501860.060.1900.27281.6720.6965.88
HexAF96BA61301B11a1542
Octal25722627262303343225102
Binary10101111100101101011101011010011011011100011010101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF96BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF96BA; }

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

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

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

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

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

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

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

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