#AF7AB4

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

Shades of East Side #AF7AB4

Tints of East Side #AF7AB4

Color information

#AF7AB4 (or 0xAF7AB4) is unknown color: approx East Side. HEX triplet: AF, 7A and B4. RGB value is (175,122,180). Sum of RGB (Red+Green+Blue) = 175+122+180=477 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.69% from 477); Green value is 122 (48.05% from 255 or 25.58% from 477); Blue value is 180 (70.70% from 255 or 37.74% from 477); Max value from RGB is 180 - color contains mainly: blue. Hex color #AF7AB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7AB4 is #50854B. Grayscale: #909090. Windows color (decimal): -5277004 or 11827887. OLE color: 11827887.

HSL color Cylindrical-coordinate representation of color #AF7AB4: hue angle of 294.83º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AF7AB4 is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB175122180-
CMYK0.030.3200.29
HSL294.83º27.88%59.22%-
HSV(B)294.83º32.22%70.59%-
XYZ32.8826.3346.53-
YUV144.46148.06149.78-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.69%
GREEN value IS 122 (48.05% from 255) = 25.58%
BLUE value IS 180 (70.70% from 255) = 37.74%
R=36.69%
G=25.58%
B=37.74%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1751221800.030.3200.29294.8327.8859.22
HexAF7AB432001D1271c3b
Octal2571722643400354473473
Binary101011111111010101101001110000001110110010011111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7AB4; }

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

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

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

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

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

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

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

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