Html Css Color HEX #AE6FEC Medium Purple

📋 copy color: '#AE6FEC'

red 174 ◦ green 111 ◦ blue 236

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

Shades of Medium Purple #AE6FEC

Tints of Medium Purple #AE6FEC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.31%

 BLUE value IS 236 (92.58% from 255) = 45.3%

R = 33.4%
G = 21.31%
B = 45.3%

CMYK

 C value IS 0.26

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AE6FEC (or 0xAE6FEC) is known color: Medium Purple. HEX triplet: AE, 6F and EC. RGB value is (174,111,236). Sum of RGB (Red+Green+Blue) = 174+111+236=521 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.40% from 521); Green value is 111 (43.75% from 255 or 21.31% from 521); Blue value is 236 (92.58% from 255 or 45.30% from 521); Max value from RGB is 236 - color contains mainly: blue. Hex color #AE6FEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE6FEC is #519013. Grayscale: #8F8F8F. Windows color (decimal): -5345300 or 15495086. OLE color: 15495086.

HSL color Cylindrical-coordinate representation of color #AE6FEC: hue angle of 270.24º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AE6FEC is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 174 111 236 -
CMYK 0.26 0.53 0 0.07
HSL 270.24º 0.77% 0.68% -
HSV(B) 270.24º 0.53% 0.93% -
XYZ 38.28 26.42 82.44 -
YUV 144.09 179.87 149.34 -
System Red Green Blue C M Y K H S L
Decimal 174 111 236 0.26 0.53 0 0.07 270.24 0.77 0.68
Hex AE 6F EC 1A 35 0 7 10E 4D 44
Octal 256 157 354 32 65 0 7 416 115 104
Binary 10101110 1101111 11101100 11010 110101 0 111 100001110 1001101 1000100

Color Harmonies of #AE6FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6FEC

Black with #AE6FEC

Text Example


Text Example

White with #AE6FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6FEC; }

 p { color: rgb(174,111,236); }

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

background-color css

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

 a { background-color: rgb(174,111,236); }

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

border-color css

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

 span { border-color: rgb(174,111,236); }

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