Html Css Color HEX #AF73EC Medium Purple

📋 copy color: '#AF73EC'

red 175 ◦ green 115 ◦ blue 236

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

Shades of Medium Purple #AF73EC

Tints of Medium Purple #AF73EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 44.87%

R = 33.27%
G = 21.86%
B = 44.87%

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

#AF73EC (or 0xAF73EC) is known color: Medium Purple. HEX triplet: AF, 73 and EC. RGB value is (175,115,236). Sum of RGB (Red+Green+Blue) = 175+115+236=526 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.27% from 526); Green value is 115 (45.31% from 255 or 21.86% from 526); Blue value is 236 (92.58% from 255 or 44.87% from 526); Max value from RGB is 236 - color contains mainly: blue. Hex color #AF73EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF73EC is #508C13. Grayscale: #929292. Windows color (decimal): -5278740 or 15496111. OLE color: 15496111.

HSL color Cylindrical-coordinate representation of color #AF73EC: hue angle of 269.75º degrees, saturation: 0.76, 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 #AF73EC is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 115 236 -
CMYK 0.26 0.51 0 0.07
HSL 269.75º 0.76% 0.69% -
HSV(B) 269.75º 0.51% 0.93% -
XYZ 38.95 27.43 82.6 -
YUV 146.73 178.38 148.16 -
System Red Green Blue C M Y K H S L
Decimal 175 115 236 0.26 0.51 0 0.07 269.75 0.76 0.69
Hex AF 73 EC 1A 33 0 7 10E 4C 45
Octal 257 163 354 32 63 0 7 416 114 105
Binary 10101111 1110011 11101100 11010 110011 0 111 100001110 1001100 1000101

Color Harmonies of #AF73EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF73EC

Black with #AF73EC

Text Example


Text Example

White with #AF73EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF73EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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