Html Css Color HEX #AE7DF2 Medium Purple

📋 copy color: '#AE7DF2'

red 174 ◦ green 125 ◦ blue 242

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

Shades of Medium Purple #AE7DF2

Tints of Medium Purple #AE7DF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 44.73%

R = 32.16%
G = 23.11%
B = 44.73%

CMYK

 C value IS 0.28

 M value IS 0.48

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AE7DF2 (or 0xAE7DF2) is known color: Medium Purple. HEX triplet: AE, 7D and F2. RGB value is (174,125,242). Sum of RGB (Red+Green+Blue) = 174+125+242=541 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.16% from 541); Green value is 125 (49.22% from 255 or 23.11% from 541); Blue value is 242 (94.92% from 255 or 44.73% from 541); Max value from RGB is 242 - color contains mainly: blue. Hex color #AE7DF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE7DF2 is #51820D. Grayscale: #989898. Windows color (decimal): -5341710 or 15891886. OLE color: 15891886.

HSL color Cylindrical-coordinate representation of color #AE7DF2: hue angle of 265.13º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AE7DF2 is Cyan = 0.28, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 174 125 242 -
CMYK 0.28 0.48 0 0.05
HSL 265.13º 0.82% 0.72% -
HSV(B) 265.13º 0.48% 0.95% -
XYZ 40.82 30.08 87.66 -
YUV 152.99 178.23 142.99 -
System Red Green Blue C M Y K H S L
Decimal 174 125 242 0.28 0.48 0 0.05 265.13 0.82 0.72
Hex AE 7D F2 1C 30 0 5 109 52 48
Octal 256 175 362 34 60 0 5 411 122 110
Binary 10101110 1111101 11110010 11100 110000 0 101 100001001 1010010 1001000

Color Harmonies of #AE7DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7DF2

Black with #AE7DF2

Text Example


Text Example

White with #AE7DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7DF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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