#AF77BB

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

Shades of East Side #AF77BB

Tints of East Side #AF77BB

Color information

#AF77BB (or 0xAF77BB) is unknown color: approx East Side. HEX triplet: AF, 77 and BB. RGB value is (175,119,187). Sum of RGB (Red+Green+Blue) = 175+119+187=481 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.38% from 481); Green value is 119 (46.88% from 255 or 24.74% from 481); Blue value is 187 (73.44% from 255 or 38.88% from 481); Max value from RGB is 187 - color contains mainly: blue. Hex color #AF77BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF77BB is #508844. Grayscale: #8F8F8F. Windows color (decimal): -5277765 or 12285871. OLE color: 12285871.

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

Color convert

RGB175119187-
CMYK0.060.3600.27
HSL289.41º33.33%60%-
HSV(B)289.41º36.36%73.33%-
XYZ33.2525.950.26-
YUV143.5152.55150.47-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.38%
GREEN value IS 119 (46.88% from 255) = 24.74%
BLUE value IS 187 (73.44% from 255) = 38.88%
R=36.38%
G=24.74%
B=38.88%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751191870.060.3600.27289.4133.3360
HexAF77BB62401B121213c
Octal2571672736440334414174
Binary10101111111011110111011110100100011011100100001100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF77BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF77BB; }

 p { color: rgb(175,119,187); }

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

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

 a { background-color: rgb(175,119,187); }

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

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

 span { border-color: rgb(175,119,187); }

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