Html Css Color HEX #AE7EFF Medium Purple

📋 copy color: '#AE7EFF'

red 174 ◦ green 126 ◦ blue 255

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

Shades of Medium Purple #AE7EFF

Tints of Medium Purple #AE7EFF

RGB

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

 GREEN value IS 126 (49.61% from 255) = 22.7%

 BLUE value IS 255 (100% from 255) = 45.95%

R = 31.35%
G = 22.7%
B = 45.95%

CMYK

 C value IS 0.32

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AE7EFF (or 0xAE7EFF) is known color: Medium Purple. HEX triplet: AE, 7E and FF. RGB value is (174,126,255). Sum of RGB (Red+Green+Blue) = 174+126+255=555 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.35% from 555); Green value is 126 (49.61% from 255 or 22.70% from 555); Blue value is 255 (100% from 255 or 45.95% from 555); Max value from RGB is 255 - color contains mainly: blue. Hex color #AE7EFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE7EFF is #518100. Grayscale: #9A9A9A. Windows color (decimal): -5341441 or 16744110. OLE color: 16744110.

HSL color Cylindrical-coordinate representation of color #AE7EFF: hue angle of 262.33º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AE7EFF is Cyan = 0.32, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 174 126 255 -
CMYK 0.32 0.51 0 0
HSL 262.33º 1% 0.75% -
HSV(B) 262.33º 0.51% 1% -
XYZ 42.97 31.14 98.35 -
YUV 155.06 184.4 141.51 -
System Red Green Blue C M Y K H S L
Decimal 174 126 255 0.32 0.51 0 0 262.33 1 0.75
Hex AE 7E FF 20 33 0 0 106 64 4B
Octal 256 176 377 40 63 0 0 406 144 113
Binary 10101110 1111110 11111111 100000 110011 0 0 100000110 1100100 1001011

Color Harmonies of #AE7EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7EFF

Black with #AE7EFF

Text Example


Text Example

White with #AE7EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7EFF; }

 p { color: rgb(174,126,255); }

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

background-color css

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

 a { background-color: rgb(174,126,255); }

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

border-color css

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

 span { border-color: rgb(174,126,255); }

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