Html Css Color HEX #AE73ED Medium Purple

📋 copy color: '#AE73ED'

red 174 ◦ green 115 ◦ blue 237

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

Shades of Medium Purple #AE73ED

Tints of Medium Purple #AE73ED

RGB

 RED value IS 174 (68.36% from 255) = 33.08%

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

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

R = 33.08%
G = 21.86%
B = 45.06%

CMYK

 C value IS 0.27

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AE73ED (or 0xAE73ED) is known color: Medium Purple. HEX triplet: AE, 73 and ED. RGB value is (174,115,237). Sum of RGB (Red+Green+Blue) = 174+115+237=526 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.08% from 526); Green value is 115 (45.31% from 255 or 21.86% from 526); Blue value is 237 (92.97% from 255 or 45.06% from 526); Max value from RGB is 237 - color contains mainly: blue. Hex color #AE73ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE73ED is #518C12. Grayscale: #929292. Windows color (decimal): -5344275 or 15561646. OLE color: 15561646.

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

Color convert

RGB 174 115 237 -
CMYK 0.27 0.51 0 0.07
HSL 269.02º 0.77% 0.69% -
HSV(B) 269.02º 0.51% 0.93% -
XYZ 38.87 27.37 83.36 -
YUV 146.55 179.05 147.58 -
System Red Green Blue C M Y K H S L
Decimal 174 115 237 0.27 0.51 0 0.07 269.02 0.77 0.69
Hex AE 73 ED 1B 33 0 7 10D 4D 45
Octal 256 163 355 33 63 0 7 415 115 105
Binary 10101110 1110011 11101101 11011 110011 0 111 100001101 1001101 1000101

Color Harmonies of #AE73ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE73ED

Black with #AE73ED

Text Example


Text Example

White with #AE73ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE73ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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