Html Css Color HEX #AE6FED Medium Purple

📋 copy color: '#AE6FED'

red 174 ◦ green 111 ◦ blue 237

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

Shades of Medium Purple #AE6FED

Tints of Medium Purple #AE6FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.4%

R = 33.33%
G = 21.26%
B = 45.4%

CMYK

 C value IS 0.27

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AE6FED (or 0xAE6FED) is known color: Medium Purple. HEX triplet: AE, 6F and ED. RGB value is (174,111,237). Sum of RGB (Red+Green+Blue) = 174+111+237=522 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.33% from 522); Green value is 111 (43.75% from 255 or 21.26% from 522); Blue value is 237 (92.97% from 255 or 45.40% from 522); Max value from RGB is 237 - color contains mainly: blue. Hex color #AE6FED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE6FED is #519012. Grayscale: #8F8F8F. Windows color (decimal): -5345299 or 15560622. OLE color: 15560622.

HSL color Cylindrical-coordinate representation of color #AE6FED: hue angle of 270º degrees, saturation: 0.78, 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 #AE6FED is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 174 111 237 -
CMYK 0.27 0.53 0 0.07
HSL 270º 0.78% 0.68% -
HSV(B) 270º 0.53% 0.93% -
XYZ 38.43 26.48 83.21 -
YUV 144.2 180.37 149.25 -
System Red Green Blue C M Y K H S L
Decimal 174 111 237 0.27 0.53 0 0.07 270 0.78 0.68
Hex AE 6F ED 1B 35 0 7 10E 4E 44
Octal 256 157 355 33 65 0 7 416 116 104
Binary 10101110 1101111 11101101 11011 110101 0 111 100001110 1001110 1000100

Color Harmonies of #AE6FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6FED

Black with #AE6FED

Text Example


Text Example

White with #AE6FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6FED; }

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

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

background-color css

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

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

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

border-color css

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

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

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