#AF7AB6

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

Shades of East Side #AF7AB6

Tints of East Side #AF7AB6

Color information

#AF7AB6 (or 0xAF7AB6) is unknown color: approx East Side. HEX triplet: AF, 7A and B6. RGB value is (175,122,182). Sum of RGB (Red+Green+Blue) = 175+122+182=479 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.53% from 479); Green value is 122 (48.05% from 255 or 25.47% from 479); Blue value is 182 (71.48% from 255 or 38.00% from 479); Max value from RGB is 182 - color contains mainly: blue. Hex color #AF7AB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7AB6 is #508549. Grayscale: #909090. Windows color (decimal): -5277002 or 11958959. OLE color: 11958959.

HSL color Cylindrical-coordinate representation of color #AF7AB6: hue angle of 293º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AF7AB6 is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB175122182-
CMYK0.040.3300.29
HSL293º29.13%59.61%-
HSV(B)293º32.97%71.37%-
XYZ33.0826.4147.61-
YUV144.69149.06149.62-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.53%
GREEN value IS 122 (48.05% from 255) = 25.47%
BLUE value IS 182 (71.48% from 255) = 38.00%
R=36.53%
G=25.47%
B=38.00%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1751221820.040.3300.2929329.1359.61
HexAF7AB642101D1251d3c
Octal2571722664410354453574
Binary1010111111110101011011010010000101110110010010111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7AB6; }

 p { color: rgb(175,122,182); }

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

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

 a { background-color: rgb(175,122,182); }

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

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

 span { border-color: rgb(175,122,182); }

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