#AF96C5

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

Shades of East Side #AF96C5

Tints of East Side #AF96C5

Color information

#AF96C5 (or 0xAF96C5) is unknown color: approx East Side. HEX triplet: AF, 96 and C5. RGB value is (175,150,197). Sum of RGB (Red+Green+Blue) = 175+150+197=522 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.52% from 522); Green value is 150 (58.98% from 255 or 28.74% from 522); Blue value is 197 (77.34% from 255 or 37.74% from 522); Max value from RGB is 197 - color contains mainly: blue. Hex color #AF96C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF96C5 is #50693A. Grayscale: #A2A2A2. Windows color (decimal): -5269819 or 12949167. OLE color: 12949167.

HSL color Cylindrical-coordinate representation of color #AF96C5: hue angle of 271.91º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AF96C5 is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB175150197-
CMYK0.110.2400.23
HSL271.91º28.83%68.04%-
HSV(B)271.91º23.86%77.25%-
XYZ38.6634.9657.53-
YUV162.83147.28136.68-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.52%
GREEN value IS 150 (58.98% from 255) = 28.74%
BLUE value IS 197 (77.34% from 255) = 37.74%
R=33.52%
G=28.74%
B=37.74%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1751501970.110.2400.23271.9128.8368.04
HexAF96C5B180171101d44
Octal257226305133002742035104
Binary101011111001011011000101101111000010111100010000111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF96C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF96C5; }

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

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

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

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

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

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

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

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