#AF74E3

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

Shades of Medium Purple #AF74E3

Tints of Medium Purple #AF74E3

Color information

#AF74E3 (or 0xAF74E3) is unknown color: approx Medium Purple. HEX triplet: AF, 74 and E3. RGB value is (175,116,227). Sum of RGB (Red+Green+Blue) = 175+116+227=518 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.78% from 518); Green value is 116 (45.70% from 255 or 22.39% from 518); Blue value is 227 (89.06% from 255 or 43.82% from 518); Max value from RGB is 227 - color contains mainly: blue. Hex color #AF74E3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF74E3 is #508B1C. Grayscale: #919191. Windows color (decimal): -5278493 or 14906543. OLE color: 14906543.

HSL color Cylindrical-coordinate representation of color #AF74E3: hue angle of 271.89º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AF74E3 is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB175116227-
CMYK0.230.4900.11
HSL271.89º66.47%67.25%-
HSV(B)271.89º48.9%89.02%-
XYZ37.7927.1575.92-
YUV146.3173.55148.47-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.78%
GREEN value IS 116 (45.70% from 255) = 22.39%
BLUE value IS 227 (89.06% from 255) = 43.82%
R=33.78%
G=22.39%
B=43.82%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1751162270.230.4900.11271.8966.4767.25
HexAF74E317310B1104243
Octal2571643432761013420102103
Binary10101111111010011100011101111100010101110001000010000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF74E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF74E3; }

 p { color: rgb(175,116,227); }

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

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

 a { background-color: rgb(175,116,227); }

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

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

 span { border-color: rgb(175,116,227); }

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