Html Css Color HEX #AE5FFF Medium Purple

📋 copy color: '#AE5FFF'

red 174 ◦ green 95 ◦ blue 255

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

Shades of Medium Purple #AE5FFF

Tints of Medium Purple #AE5FFF

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.13%

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

R = 33.21%
G = 18.13%
B = 48.66%

CMYK

 C value IS 0.32

 M value IS 0.63

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AE5FFF (or 0xAE5FFF) is known color: Medium Purple. HEX triplet: AE, 5F and FF. RGB value is (174,95,255). Sum of RGB (Red+Green+Blue) = 174+95+255=524 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.21% from 524); Green value is 95 (37.5% from 255 or 18.13% from 524); Blue value is 255 (100% from 255 or 48.66% from 524); Max value from RGB is 255 - color contains mainly: blue. Hex color #AE5FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE5FFF is #51A000. Grayscale: #888888. Windows color (decimal): -5349377 or 16736174. OLE color: 16736174.

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

Color convert

RGB 174 95 255 -
CMYK 0.32 0.63 0 0
HSL 269.63º 1% 0.69% -
HSV(B) 269.63º 0.63% 1% -
XYZ 39.6 24.4 97.23 -
YUV 136.86 194.67 154.49 -
System Red Green Blue C M Y K H S L
Decimal 174 95 255 0.32 0.63 0 0 269.63 1 0.69
Hex AE 5F FF 20 3F 0 0 10E 64 45
Octal 256 137 377 40 77 0 0 416 144 105
Binary 10101110 1011111 11111111 100000 111111 0 0 100001110 1100100 1000101

Color Harmonies of #AE5FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5FFF

Black with #AE5FFF

Text Example


Text Example

White with #AE5FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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