Html Css Color HEX #AE7DFF Medium Purple

📋 copy color: '#AE7DFF'

red 174 ◦ green 125 ◦ blue 255

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

Shades of Medium Purple #AE7DFF

Tints of Medium Purple #AE7DFF

RGB

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

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

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

R = 31.41%
G = 22.56%
B = 46.03%

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

#AE7DFF (or 0xAE7DFF) is known color: Medium Purple. HEX triplet: AE, 7D and FF. RGB value is (174,125,255). Sum of RGB (Red+Green+Blue) = 174+125+255=554 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.41% from 554); Green value is 125 (49.22% from 255 or 22.56% from 554); Blue value is 255 (100% from 255 or 46.03% from 554); Max value from RGB is 255 - color contains mainly: blue. Hex color #AE7DFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE7DFF is #518200. Grayscale: #9A9A9A. Windows color (decimal): -5341697 or 16743854. OLE color: 16743854.

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

Color convert

RGB 174 125 255 -
CMYK 0.32 0.51 0 0
HSL 262.62º 1% 0.75% -
HSV(B) 262.62º 0.51% 1% -
XYZ 42.84 30.89 98.31 -
YUV 154.47 184.73 141.93 -
System Red Green Blue C M Y K H S L
Decimal 174 125 255 0.32 0.51 0 0 262.62 1 0.75
Hex AE 7D FF 20 33 0 0 107 64 4B
Octal 256 175 377 40 63 0 0 407 144 113
Binary 10101110 1111101 11111111 100000 110011 0 0 100000111 1100100 1001011

Color Harmonies of #AE7DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7DFF

Black with #AE7DFF

Text Example


Text Example

White with #AE7DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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