#AF90BA

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

Shades of East Side #AF90BA

Tints of East Side #AF90BA

Color information

#AF90BA (or 0xAF90BA) is unknown color: approx East Side. HEX triplet: AF, 90 and BA. RGB value is (175,144,186). Sum of RGB (Red+Green+Blue) = 175+144+186=505 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.65% from 505); Green value is 144 (56.64% from 255 or 28.51% from 505); Blue value is 186 (73.05% from 255 or 36.83% from 505); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF90BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF90BA is #506F45. Grayscale: #9D9D9D. Windows color (decimal): -5271366 or 12226735. OLE color: 12226735.

HSL color Cylindrical-coordinate representation of color #AF90BA: hue angle of 284.29º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AF90BA is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB175144186-
CMYK0.060.2300.27
HSL284.29º23.33%64.71%-
HSV(B)284.29º22.58%72.94%-
XYZ36.5232.6150.82-
YUV158.06143.77140.08-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.65%
GREEN value IS 144 (56.64% from 255) = 28.51%
BLUE value IS 186 (73.05% from 255) = 36.83%
R=34.65%
G=28.51%
B=36.83%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751441860.060.2300.27284.2923.3364.71
HexAF90BA61701B11c1741
Octal25722027262703343427101
Binary10101111100100001011101011010111011011100011100101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF90BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF90BA; }

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

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

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

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

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

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

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

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