Html Css Color HEX #AF73F6 Medium Purple

📋 copy color: '#AF73F6'

red 175 ◦ green 115 ◦ blue 246

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

Shades of Medium Purple #AF73F6

Tints of Medium Purple #AF73F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 45.9%

R = 32.65%
G = 21.46%
B = 45.9%

CMYK

 C value IS 0.29

 M value IS 0.53

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AF73F6 (or 0xAF73F6) is known color: Medium Purple. HEX triplet: AF, 73 and F6. RGB value is (175,115,246). Sum of RGB (Red+Green+Blue) = 175+115+246=536 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.65% from 536); Green value is 115 (45.31% from 255 or 21.46% from 536); Blue value is 246 (96.48% from 255 or 45.90% from 536); Max value from RGB is 246 - color contains mainly: blue. Hex color #AF73F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF73F6 is #508C09. Grayscale: #939393. Windows color (decimal): -5278730 or 16151471. OLE color: 16151471.

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

Color convert

RGB 175 115 246 -
CMYK 0.29 0.53 0 0.04
HSL 267.48º 0.88% 0.71% -
HSV(B) 267.48º 0.53% 0.96% -
XYZ 40.44 28.03 90.47 -
YUV 147.87 183.38 147.35 -
System Red Green Blue C M Y K H S L
Decimal 175 115 246 0.29 0.53 0 0.04 267.48 0.88 0.71
Hex AF 73 F6 1D 35 0 4 10B 58 47
Octal 257 163 366 35 65 0 4 413 130 107
Binary 10101111 1110011 11110110 11101 110101 0 100 100001011 1011000 1000111

Color Harmonies of #AF73F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF73F6

Black with #AF73F6

Text Example


Text Example

White with #AF73F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF73F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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