#AF90BF

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

Shades of East Side #AF90BF

Tints of East Side #AF90BF

Color information

#AF90BF (or 0xAF90BF) is unknown color: approx East Side. HEX triplet: AF, 90 and BF. RGB value is (175,144,191). Sum of RGB (Red+Green+Blue) = 175+144+191=510 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.31% from 510); Green value is 144 (56.64% from 255 or 28.24% from 510); Blue value is 191 (75% from 255 or 37.45% from 510); Max value from RGB is 191 - color contains mainly: blue. Hex color #AF90BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF90BF is #506F40. Grayscale: #9E9E9E. Windows color (decimal): -5271361 or 12554415. OLE color: 12554415.

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

Color convert

RGB175144191-
CMYK0.080.2500.25
HSL279.57º26.86%65.69%-
HSV(B)279.57º24.61%74.9%-
XYZ37.0632.8253.67-
YUV158.63146.27139.68-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.31%
GREEN value IS 144 (56.64% from 255) = 28.24%
BLUE value IS 191 (75% from 255) = 37.45%
R=34.31%
G=28.24%
B=37.45%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751441910.080.2500.25279.5726.8665.69
HexAF90BF8190191181b42
Octal257220277103103143033102
Binary101011111001000010111111100011001011001100011000110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF90BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF90BF; }

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

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

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

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

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

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

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

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