Html Css Color HEX #AE72F0 Medium Purple

📋 copy color: '#AE72F0'

red 174 ◦ green 114 ◦ blue 240

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

Shades of Medium Purple #AE72F0

Tints of Medium Purple #AE72F0

RGB

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

 GREEN value IS 114 (44.92% from 255) = 21.59%

 BLUE value IS 240 (94.14% from 255) = 45.45%

R = 32.95%
G = 21.59%
B = 45.45%

CMYK

 C value IS 0.28

 M value IS 0.52

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AE72F0 (or 0xAE72F0) is known color: Medium Purple. HEX triplet: AE, 72 and F0. RGB value is (174,114,240). Sum of RGB (Red+Green+Blue) = 174+114+240=528 (69% of max value = 765). Red value is 174 (68.36% from 255 or 32.95% from 528); Green value is 114 (44.92% from 255 or 21.59% from 528); Blue value is 240 (94.14% from 255 or 45.45% from 528); Max value from RGB is 240 - color contains mainly: blue. Hex color #AE72F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE72F0 is #518D0F. Grayscale: #919191. Windows color (decimal): -5344528 or 15757998. OLE color: 15757998.

HSL color Cylindrical-coordinate representation of color #AE72F0: hue angle of 268.57º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AE72F0 is Cyan = 0.28, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 174 114 240 -
CMYK 0.28 0.52 0 0.06
HSL 268.57º 0.81% 0.69% -
HSV(B) 268.57º 0.53% 0.94% -
XYZ 39.2 27.32 85.65 -
YUV 146.3 180.88 147.75 -
System Red Green Blue C M Y K H S L
Decimal 174 114 240 0.28 0.52 0 0.06 268.57 0.81 0.69
Hex AE 72 F0 1C 34 0 6 10D 51 45
Octal 256 162 360 34 64 0 6 415 121 105
Binary 10101110 1110010 11110000 11100 110100 0 110 100001101 1010001 1000101

Color Harmonies of #AE72F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE72F0

Black with #AE72F0

Text Example


Text Example

White with #AE72F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE72F0; }

 p { color: rgb(174,114,240); }

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

background-color css

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

 a { background-color: rgb(174,114,240); }

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

border-color css

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

 span { border-color: rgb(174,114,240); }

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