#af72c5

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

Shades of East Side #AF72C5

Tints of East Side #AF72C5

Color information

#AF72C5 (or 0xAF72C5) is unknown color: approx East Side. HEX triplet: AF, 72 and C5. RGB value is (175,114,197). Sum of RGB (Red+Green+Blue) = 175+114+197=486 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.01% from 486); Green value is 114 (44.92% from 255 or 23.46% from 486); Blue value is 197 (77.34% from 255 or 40.53% from 486); Max value from RGB is 197 - color contains mainly: blue. Hex color #AF72C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF72C5 is #508D3A. Grayscale: #8D8D8D. Windows color (decimal): -5279035 or 12939951. OLE color: 12939951.

HSL color Cylindrical-coordinate representation of color #AF72C5: hue angle of 284.1º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AF72C5 is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB175114197-
CMYK0.110.4200.23
HSL284.1º41.71%60.98%-
HSV(B)284.1º42.13%77.25%-
XYZ33.7725.1855.9-
YUV141.7159.21151.75-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.01%
GREEN value IS 114 (44.92% from 255) = 23.46%
BLUE value IS 197 (77.34% from 255) = 40.53%
R=36.01%
G=23.46%
B=40.53%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1751141970.110.4200.23284.141.7160.98
HexAF72C5B2A01711c2a3d
Octal25716230513520274345275
Binary101011111110010110001011011101010010111100011100101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af72c5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af72c5; }

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

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

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

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

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

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

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

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