Html Css Color HEX #AE7DF4 Medium Purple

📋 copy color: '#AE7DF4'

red 174 ◦ green 125 ◦ blue 244

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

Shades of Medium Purple #AE7DF4

Tints of Medium Purple #AE7DF4

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.02%

 BLUE value IS 244 (95.7% from 255) = 44.94%

R = 32.04%
G = 23.02%
B = 44.94%

CMYK

 C value IS 0.29

 M value IS 0.49

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AE7DF4 (or 0xAE7DF4) is known color: Medium Purple. HEX triplet: AE, 7D and F4. RGB value is (174,125,244). Sum of RGB (Red+Green+Blue) = 174+125+244=543 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.04% from 543); Green value is 125 (49.22% from 255 or 23.02% from 543); Blue value is 244 (95.70% from 255 or 44.94% from 543); Max value from RGB is 244 - color contains mainly: blue. Hex color #AE7DF4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE7DF4 is #51820B. Grayscale: #989898. Windows color (decimal): -5341708 or 16022958. OLE color: 16022958.

HSL color Cylindrical-coordinate representation of color #AE7DF4: hue angle of 264.71º degrees, saturation: 0.84, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AE7DF4 is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 174 125 244 -
CMYK 0.29 0.49 0 0.04
HSL 264.71º 0.84% 0.72% -
HSV(B) 264.71º 0.49% 0.96% -
XYZ 41.12 30.2 89.25 -
YUV 153.22 179.23 142.82 -
System Red Green Blue C M Y K H S L
Decimal 174 125 244 0.29 0.49 0 0.04 264.71 0.84 0.72
Hex AE 7D F4 1D 31 0 4 109 54 48
Octal 256 175 364 35 61 0 4 411 124 110
Binary 10101110 1111101 11110100 11101 110001 0 100 100001001 1010100 1001000

Color Harmonies of #AE7DF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7DF4

Black with #AE7DF4

Text Example


Text Example

White with #AE7DF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7DF4; }

 p { color: rgb(174,125,244); }

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

background-color css

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

 a { background-color: rgb(174,125,244); }

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

border-color css

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

 span { border-color: rgb(174,125,244); }

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