Html Css Color HEX #AF73FF Medium Purple

📋 copy color: '#AF73FF'

red 175 ◦ green 115 ◦ blue 255

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

Shades of Medium Purple #AF73FF

Tints of Medium Purple #AF73FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 46.79%

R = 32.11%
G = 21.1%
B = 46.79%

CMYK

 C value IS 0.31

 M value IS 0.55

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AF73FF (or 0xAF73FF) is known color: Medium Purple. HEX triplet: AF, 73 and FF. RGB value is (175,115,255). Sum of RGB (Red+Green+Blue) = 175+115+255=545 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.11% from 545); Green value is 115 (45.31% from 255 or 21.10% from 545); Blue value is 255 (100% from 255 or 46.79% from 545); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF73FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF73FF is #508C00. Grayscale: #949494. Windows color (decimal): -5278721 or 16741295. OLE color: 16741295.

HSL color Cylindrical-coordinate representation of color #AF73FF: hue angle of 265.71º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AF73FF is Cyan = 0.31, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 175 115 255 -
CMYK 0.31 0.55 0 0
HSL 265.71º 1% 0.73% -
HSV(B) 265.71º 0.55% 1% -
XYZ 41.86 28.6 97.92 -
YUV 148.9 187.88 146.62 -
System Red Green Blue C M Y K H S L
Decimal 175 115 255 0.31 0.55 0 0 265.71 1 0.73
Hex AF 73 FF 1F 37 0 0 10A 64 49
Octal 257 163 377 37 67 0 0 412 144 111
Binary 10101111 1110011 11111111 11111 110111 0 0 100001010 1100100 1001001

Color Harmonies of #AF73FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF73FF

Black with #AF73FF

Text Example


Text Example

White with #AF73FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF73FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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