#AF72BA

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

Shades of East Side #AF72BA

Tints of East Side #AF72BA

Color information

#AF72BA (or 0xAF72BA) is unknown color: approx East Side. HEX triplet: AF, 72 and BA. RGB value is (175,114,186). Sum of RGB (Red+Green+Blue) = 175+114+186=475 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.84% from 475); Green value is 114 (44.92% from 255 or 24% from 475); Blue value is 186 (73.05% from 255 or 39.16% from 475); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF72BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF72BA is #508D45. Grayscale: #8C8C8C. Windows color (decimal): -5279046 or 12219055. OLE color: 12219055.

HSL color Cylindrical-coordinate representation of color #AF72BA: hue angle of 290.83º degrees, saturation: 0.34, 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 #AF72BA is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB175114186-
CMYK0.060.3900.27
HSL290.83º34.29%58.82%-
HSV(B)290.83º38.71%72.94%-
XYZ32.5624.6949.5-
YUV140.45153.71152.65-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.84%
GREEN value IS 114 (44.92% from 255) = 24%
BLUE value IS 186 (73.05% from 255) = 39.16%
R=36.84%
G=24%
B=39.16%

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
Decimal1751141860.060.3900.27290.8334.2958.82
HexAF72BA62701B123223b
Octal2571622726470334434273
Binary10101111111001010111010110100111011011100100011100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF72BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF72BA; }

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

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

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

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

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

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

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

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