#AF7FB4

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

Shades of East Side #AF7FB4

Tints of East Side #AF7FB4

Color information

#AF7FB4 (or 0xAF7FB4) is unknown color: approx East Side. HEX triplet: AF, 7F and B4. RGB value is (175,127,180). Sum of RGB (Red+Green+Blue) = 175+127+180=482 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.31% from 482); Green value is 127 (50% from 255 or 26.35% from 482); Blue value is 180 (70.70% from 255 or 37.34% from 482); Max value from RGB is 180 - color contains mainly: blue. Hex color #AF7FB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7FB4 is #50804B. Grayscale: #939393. Windows color (decimal): -5275724 or 11829167. OLE color: 11829167.

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

Color convert

RGB175127180-
CMYK0.030.2900.29
HSL294.34º26.11%60.2%-
HSV(B)294.34º29.44%70.59%-
XYZ33.5127.5946.74-
YUV147.39146.4147.69-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.31%
GREEN value IS 127 (50% from 255) = 26.35%
BLUE value IS 180 (70.70% from 255) = 37.34%
R=36.31%
G=26.35%
B=37.34%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1751271800.030.2900.29294.3426.1160.2
HexAF7FB431D01D1261a3c
Octal2571772643350354463274
Binary10101111111111110110100111110101110110010011011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7FB4; }

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

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

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

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

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

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

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

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