Html Css Color HEX #AF73F4 Medium Purple

📋 copy color: '#AF73F4'

red 175 ◦ green 115 ◦ blue 244

#AF73F4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Purple #AF73F4

Tints of Medium Purple #AF73F4

RGB

 RED value IS 175 (68.75% from 255) = 32.77%

 GREEN value IS 115 (45.31% from 255) = 21.54%

 BLUE value IS 244 (95.7% from 255) = 45.69%

R = 32.77%
G = 21.54%
B = 45.69%

CMYK

 C value IS 0.28

 M value IS 0.53

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AF73F4 (or 0xAF73F4) is known color: Medium Purple. HEX triplet: AF, 73 and F4. RGB value is (175,115,244). Sum of RGB (Red+Green+Blue) = 175+115+244=534 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.77% from 534); Green value is 115 (45.31% from 255 or 21.54% from 534); Blue value is 244 (95.70% from 255 or 45.69% from 534); Max value from RGB is 244 - color contains mainly: blue. Hex color #AF73F4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF73F4 is #508C0B. Grayscale: #939393. Windows color (decimal): -5278732 or 16020399. OLE color: 16020399.

HSL color Cylindrical-coordinate representation of color #AF73F4: hue angle of 267.91º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AF73F4 is Cyan = 0.28, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 175 115 244 -
CMYK 0.28 0.53 0 0.04
HSL 267.91º 0.85% 0.7% -
HSV(B) 267.91º 0.53% 0.96% -
XYZ 40.14 27.91 88.86 -
YUV 147.65 182.38 147.51 -
System Red Green Blue C M Y K H S L
Decimal 175 115 244 0.28 0.53 0 0.04 267.91 0.85 0.7
Hex AF 73 F4 1C 35 0 4 10C 55 46
Octal 257 163 364 34 65 0 4 414 125 106
Binary 10101111 1110011 11110100 11100 110101 0 100 100001100 1010101 1000110

Color Harmonies of #AF73F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF73F4

Black with #AF73F4

Text Example


Text Example

White with #AF73F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF73F4; }

 p { color: rgb(175,115,244); }

 H1.HeaderClassName
 {
   color: #AF73F4;
 }
 .AnyTagClassName
 {
   color: #AF73F4;
 }
</style>

background-color css

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

 a { background-color: rgb(175,115,244); }

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

border-color css

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

 span { border-color: rgb(175,115,244); }

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