#AF79BB

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

Shades of East Side #AF79BB

Tints of East Side #AF79BB

Color information

#AF79BB (or 0xAF79BB) is unknown color: approx East Side. HEX triplet: AF, 79 and BB. RGB value is (175,121,187). Sum of RGB (Red+Green+Blue) = 175+121+187=483 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.23% from 483); Green value is 121 (47.66% from 255 or 25.05% from 483); Blue value is 187 (73.44% from 255 or 38.72% from 483); Max value from RGB is 187 - color contains mainly: blue. Hex color #AF79BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF79BB is #508644. Grayscale: #909090. Windows color (decimal): -5277253 or 12286383. OLE color: 12286383.

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

Color convert

RGB175121187-
CMYK0.060.3500.27
HSL289.09º32.67%60.39%-
HSV(B)289.09º35.29%73.33%-
XYZ33.4926.3850.34-
YUV144.67151.89149.63-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.23%
GREEN value IS 121 (47.66% from 255) = 25.05%
BLUE value IS 187 (73.44% from 255) = 38.72%
R=36.23%
G=25.05%
B=38.72%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751211870.060.3500.27289.0932.6760.39
HexAF79BB62301B121213c
Octal2571712736430334414174
Binary10101111111100110111011110100011011011100100001100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF79BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF79BB; }

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

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

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

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

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

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

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

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