Html Css Color HEX #AE5FFE Medium Purple

📋 copy color: '#AE5FFE'

red 174 ◦ green 95 ◦ blue 254

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

Shades of Medium Purple #AE5FFE

Tints of Medium Purple #AE5FFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 48.57%

R = 33.27%
G = 18.16%
B = 48.57%

CMYK

 C value IS 0.31

 M value IS 0.63

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AE5FFE (or 0xAE5FFE) is known color: Medium Purple. HEX triplet: AE, 5F and FE. RGB value is (174,95,254). Sum of RGB (Red+Green+Blue) = 174+95+254=523 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.27% from 523); Green value is 95 (37.5% from 255 or 18.16% from 523); Blue value is 254 (99.61% from 255 or 48.57% from 523); Max value from RGB is 254 - color contains mainly: blue. Hex color #AE5FFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE5FFE is #51A001. Grayscale: #888888. Windows color (decimal): -5349378 or 16670638. OLE color: 16670638.

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

Color convert

RGB 174 95 254 -
CMYK 0.31 0.63 0 0.00
HSL 269.81º 0.99% 0.68% -
HSV(B) 269.81º 0.63% 1% -
XYZ 39.44 24.34 96.39 -
YUV 136.75 194.17 154.57 -
System Red Green Blue C M Y K H S L
Decimal 174 95 254 0.31 0.63 0 0.00 269.81 0.99 0.68
Hex AE 5F FE 1F 3F 0 0 10E 63 44
Octal 256 137 376 37 77 0 0 416 143 104
Binary 10101110 1011111 11111110 11111 111111 0 0 100001110 1100011 1000100

Color Harmonies of #AE5FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5FFE

Black with #AE5FFE

Text Example


Text Example

White with #AE5FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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