#AF71BB

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

Shades of East Side #AF71BB

Tints of East Side #AF71BB

Color information

#AF71BB (or 0xAF71BB) is unknown color: approx East Side. HEX triplet: AF, 71 and BB. RGB value is (175,113,187). Sum of RGB (Red+Green+Blue) = 175+113+187=475 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.84% from 475); Green value is 113 (44.53% from 255 or 23.79% from 475); Blue value is 187 (73.44% from 255 or 39.37% from 475); Max value from RGB is 187 - color contains mainly: blue. Hex color #AF71BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF71BB is #508E44. Grayscale: #8B8B8B. Windows color (decimal): -5279301 or 12284335. OLE color: 12284335.

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

Color convert

RGB175113187-
CMYK0.060.4000.27
HSL290.27º35.24%58.82%-
HSV(B)290.27º39.57%73.33%-
XYZ32.5524.5150.03-
YUV139.97154.54152.98-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.84%
GREEN value IS 113 (44.53% from 255) = 23.79%
BLUE value IS 187 (73.44% from 255) = 39.37%
R=36.84%
G=23.79%
B=39.37%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751131870.060.4000.27290.2735.2458.82
HexAF71BB62801B122233b
Octal2571612736500334424373
Binary10101111111000110111011110101000011011100100010100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF71BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF71BB; }

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

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

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

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

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

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

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

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