#AF71BA

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

Shades of East Side #AF71BA

Tints of East Side #AF71BA

Color information

#AF71BA (or 0xAF71BA) is unknown color: approx East Side. HEX triplet: AF, 71 and BA. RGB value is (175,113,186). Sum of RGB (Red+Green+Blue) = 175+113+186=474 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.92% from 474); Green value is 113 (44.53% from 255 or 23.84% from 474); Blue value is 186 (73.05% from 255 or 39.24% from 474); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF71BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF71BA is #508E45. Grayscale: #8B8B8B. Windows color (decimal): -5279302 or 12218799. OLE color: 12218799.

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

Color convert

RGB175113186-
CMYK0.060.3900.27
HSL290.96º34.6%58.63%-
HSV(B)290.96º39.25%72.94%-
XYZ32.4524.4749.47-
YUV139.86154.04153.06-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.92%
GREEN value IS 113 (44.53% from 255) = 23.84%
BLUE value IS 186 (73.05% from 255) = 39.24%
R=36.92%
G=23.84%
B=39.24%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751131860.060.3900.27290.9634.658.63
HexAF71BA62701B123233b
Octal2571612726470334434373
Binary10101111111000110111010110100111011011100100011100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF71BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF71BA; }

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

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

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

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

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

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

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

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