Html Css Color HEX #AF73ED Medium Purple

📋 copy color: '#AF73ED'

red 175 ◦ green 115 ◦ blue 237

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

Shades of Medium Purple #AF73ED

Tints of Medium Purple #AF73ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.97%

R = 33.21%
G = 21.82%
B = 44.97%

CMYK

 C value IS 0.26

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF73ED (or 0xAF73ED) is known color: Medium Purple. HEX triplet: AF, 73 and ED. RGB value is (175,115,237). Sum of RGB (Red+Green+Blue) = 175+115+237=527 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.21% from 527); Green value is 115 (45.31% from 255 or 21.82% from 527); Blue value is 237 (92.97% from 255 or 44.97% from 527); Max value from RGB is 237 - color contains mainly: blue. Hex color #AF73ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF73ED is #508C12. Grayscale: #929292. Windows color (decimal): -5278739 or 15561647. OLE color: 15561647.

HSL color Cylindrical-coordinate representation of color #AF73ED: hue angle of 269.51º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AF73ED is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 115 237 -
CMYK 0.26 0.51 0 0.07
HSL 269.51º 0.77% 0.69% -
HSV(B) 269.51º 0.51% 0.93% -
XYZ 39.1 27.49 83.37 -
YUV 146.85 178.88 148.08 -
System Red Green Blue C M Y K H S L
Decimal 175 115 237 0.26 0.51 0 0.07 269.51 0.77 0.69
Hex AF 73 ED 1A 33 0 7 10E 4D 45
Octal 257 163 355 32 63 0 7 416 115 105
Binary 10101111 1110011 11101101 11010 110011 0 111 100001110 1001101 1000101

Color Harmonies of #AF73ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF73ED

Black with #AF73ED

Text Example


Text Example

White with #AF73ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF73ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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