#af94bd

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

Shades of East Side #AF94BD

Tints of East Side #AF94BD

Color information

#AF94BD (or 0xAF94BD) is unknown color: approx East Side. HEX triplet: AF, 94 and BD. RGB value is (175,148,189). Sum of RGB (Red+Green+Blue) = 175+148+189=512 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.18% from 512); Green value is 148 (58.20% from 255 or 28.91% from 512); Blue value is 189 (74.22% from 255 or 36.91% from 512); Max value from RGB is 189 - color contains mainly: blue. Hex color #AF94BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF94BD is #506B42. Grayscale: #A0A0A0. Windows color (decimal): -5270339 or 12424367. OLE color: 12424367.

HSL color Cylindrical-coordinate representation of color #AF94BD: hue angle of 279.51º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AF94BD is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB175148189-
CMYK0.070.2200.26
HSL279.51º23.7%66.08%-
HSV(B)279.51º21.69%74.12%-
XYZ37.4533.9752.73-
YUV160.75143.95138.17-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.18%
GREEN value IS 148 (58.20% from 255) = 28.91%
BLUE value IS 189 (74.22% from 255) = 36.91%
R=34.18%
G=28.91%
B=36.91%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1751481890.070.2200.26279.5123.766.08
HexAF94BD71601A1181842
Octal25722427572603243030102
Binary10101111100101001011110111110110011010100011000110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af94bd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af94bd; }

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

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

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

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

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

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

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

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