#AF74F9

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

Shades of Medium Purple #AF74F9

Tints of Medium Purple #AF74F9

Color information

#AF74F9 (or 0xAF74F9) is unknown color: approx Medium Purple. HEX triplet: AF, 74 and F9. RGB value is (175,116,249). Sum of RGB (Red+Green+Blue) = 175+116+249=540 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.41% from 540); Green value is 116 (45.70% from 255 or 21.48% from 540); Blue value is 249 (97.66% from 255 or 46.11% from 540); Max value from RGB is 249 - color contains mainly: blue. Hex color #AF74F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF74F9 is #508B06. Grayscale: #949494. Windows color (decimal): -5278471 or 16348335. OLE color: 16348335.

HSL color Cylindrical-coordinate representation of color #AF74F9: hue angle of 266.62º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AF74F9 is Cyan = 0.30, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB175116249-
CMYK0.300.5300.02
HSL266.62º91.72%71.57%-
HSV(B)266.62º53.41%97.65%-
XYZ41.0228.4492.95-
YUV148.8184.55146.69-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.41%
GREEN value IS 116 (45.70% from 255) = 21.48%
BLUE value IS 249 (97.66% from 255) = 46.11%
R=32.41%
G=21.48%
B=46.11%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1751162490.300.5300.02266.6291.7271.57
HexAF74F91E350210b5c48
Octal257164371366502413134110
Binary101011111110100111110011111011010101010000101110111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF74F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF74F9; }

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

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

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

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

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

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

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

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