#af74e9

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

Shades of Medium Purple #AF74E9

Tints of Medium Purple #AF74E9

Color information

#AF74E9 (or 0xAF74E9) is unknown color: approx Medium Purple. HEX triplet: AF, 74 and E9. RGB value is (175,116,233). Sum of RGB (Red+Green+Blue) = 175+116+233=524 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.40% from 524); Green value is 116 (45.70% from 255 or 22.14% from 524); Blue value is 233 (91.41% from 255 or 44.47% from 524); Max value from RGB is 233 - color contains mainly: blue. Hex color #AF74E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF74E9 is #508B16. Grayscale: #929292. Windows color (decimal): -5278487 or 15299759. OLE color: 15299759.

HSL color Cylindrical-coordinate representation of color #AF74E9: hue angle of 270.26º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF74E9 is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB175116233-
CMYK0.250.5000.09
HSL270.26º72.67%68.43%-
HSV(B)270.26º50.21%91.37%-
XYZ38.6327.4980.36-
YUV146.98176.55147.99-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.40%
GREEN value IS 116 (45.70% from 255) = 22.14%
BLUE value IS 233 (91.41% from 255) = 44.47%
R=33.40%
G=22.14%
B=44.47%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1751162330.250.5000.09270.2672.6768.43
HexAF74E919320910e4944
Octal2571643513162011416111104
Binary10101111111010011101001110011100100100110000111010010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af74e9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af74e9; }

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

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

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

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

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

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

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

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