#AF71E5

Color #AF71E5 Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #AF71E5

Tints of Medium Purple #AF71E5

Color information

#AF71E5 (or 0xAF71E5) is unknown color: approx Medium Purple. HEX triplet: AF, 71 and E5. RGB value is (175,113,229). Sum of RGB (Red+Green+Blue) = 175+113+229=517 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.85% from 517); Green value is 113 (44.53% from 255 or 21.86% from 517); Blue value is 229 (89.84% from 255 or 44.29% from 517); Max value from RGB is 229 - color contains mainly: blue. Hex color #AF71E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF71E5 is #508E1A. Grayscale: #909090. Windows color (decimal): -5279259 or 15036847. OLE color: 15036847.

HSL color Cylindrical-coordinate representation of color #AF71E5: hue angle of 272.07º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AF71E5 is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB175113229-
CMYK0.240.5100.10
HSL272.07º69.05%67.06%-
HSV(B)272.07º50.66%89.8%-
XYZ37.7326.5877.27-
YUV144.76175.54149.57-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.85%
GREEN value IS 113 (44.53% from 255) = 21.86%
BLUE value IS 229 (89.84% from 255) = 44.29%
R=33.85%
G=21.86%
B=44.29%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1751132290.240.5100.10272.0769.0567.06
HexAF71E518330A1104543
Octal2571613453063012420105103
Binary10101111111000111100101110001100110101010001000010001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF71E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF71E5; }

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

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

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

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

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

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

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

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