#AF8AB6

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

Shades of East Side #AF8AB6

Tints of East Side #AF8AB6

Color information

#AF8AB6 (or 0xAF8AB6) is unknown color: approx East Side. HEX triplet: AF, 8A and B6. RGB value is (175,138,182). Sum of RGB (Red+Green+Blue) = 175+138+182=495 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.35% from 495); Green value is 138 (54.30% from 255 or 27.88% from 495); Blue value is 182 (71.48% from 255 or 36.77% from 495); Max value from RGB is 182 - color contains mainly: blue. Hex color #AF8AB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8AB6 is #507549. Grayscale: #999999. Windows color (decimal): -5272906 or 11963055. OLE color: 11963055.

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

Color convert

RGB175138182-
CMYK0.040.2400.29
HSL290.45º23.16%62.75%-
HSV(B)290.45º24.18%71.37%-
XYZ35.2130.6748.32-
YUV154.08143.76142.92-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.35%
GREEN value IS 138 (54.30% from 255) = 27.88%
BLUE value IS 182 (71.48% from 255) = 36.77%
R=35.35%
G=27.88%
B=36.77%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1751381820.040.2400.29290.4523.1662.75
HexAF8AB641801D122173f
Octal2572122664300354422777
Binary1010111110001010101101101001100001110110010001010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8AB6; }

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

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

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

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

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

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

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

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