#AF94BA

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

Shades of East Side #AF94BA

Tints of East Side #AF94BA

Color information

#AF94BA (or 0xAF94BA) is unknown color: approx East Side. HEX triplet: AF, 94 and BA. RGB value is (175,148,186). Sum of RGB (Red+Green+Blue) = 175+148+186=509 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.38% from 509); Green value is 148 (58.20% from 255 or 29.08% from 509); Blue value is 186 (73.05% from 255 or 36.54% from 509); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF94BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF94BA is #506B45. Grayscale: #A0A0A0. Windows color (decimal): -5270342 or 12227759. OLE color: 12227759.

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

Color convert

RGB175148186-
CMYK0.060.2000.27
HSL282.63º21.59%65.49%-
HSV(B)282.63º20.43%72.94%-
XYZ37.1333.8451.03-
YUV160.4142.45138.41-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.38%
GREEN value IS 148 (58.20% from 255) = 29.08%
BLUE value IS 186 (73.05% from 255) = 36.54%
R=34.38%
G=29.08%
B=36.54%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751481860.060.2000.27282.6321.5965.49
HexAF94BA61401B11b1641
Octal25722427262403343326101
Binary10101111100101001011101011010100011011100011011101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF94BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF94BA; }

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

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

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

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

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

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

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

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