Html Css Color HEX #AE6DF0 Medium Purple

📋 copy color: '#AE6DF0'

red 174 ◦ green 109 ◦ blue 240

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

Shades of Medium Purple #AE6DF0

Tints of Medium Purple #AE6DF0

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.84%

 BLUE value IS 240 (94.14% from 255) = 45.89%

R = 33.27%
G = 20.84%
B = 45.89%

CMYK

 C value IS 0.28

 M value IS 0.55

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AE6DF0 (or 0xAE6DF0) is known color: Medium Purple. HEX triplet: AE, 6D and F0. RGB value is (174,109,240). Sum of RGB (Red+Green+Blue) = 174+109+240=523 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.27% from 523); Green value is 109 (42.97% from 255 or 20.84% from 523); Blue value is 240 (94.14% from 255 or 45.89% from 523); Max value from RGB is 240 - color contains mainly: blue. Hex color #AE6DF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE6DF0 is #51920F. Grayscale: #8E8E8E. Windows color (decimal): -5345808 or 15756718. OLE color: 15756718.

HSL color Cylindrical-coordinate representation of color #AE6DF0: hue angle of 269.77º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AE6DF0 is Cyan = 0.28, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 174 109 240 -
CMYK 0.28 0.55 0 0.06
HSL 269.77º 0.81% 0.68% -
HSV(B) 269.77º 0.55% 0.94% -
XYZ 38.65 26.23 85.46 -
YUV 143.37 182.53 149.85 -
System Red Green Blue C M Y K H S L
Decimal 174 109 240 0.28 0.55 0 0.06 269.77 0.81 0.68
Hex AE 6D F0 1C 37 0 6 10E 51 44
Octal 256 155 360 34 67 0 6 416 121 104
Binary 10101110 1101101 11110000 11100 110111 0 110 100001110 1010001 1000100

Color Harmonies of #AE6DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6DF0

Black with #AE6DF0

Text Example


Text Example

White with #AE6DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6DF0; }

 p { color: rgb(174,109,240); }

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

background-color css

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

 a { background-color: rgb(174,109,240); }

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

border-color css

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

 span { border-color: rgb(174,109,240); }

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