Html Css Color HEX #AE6FFF Medium Purple

📋 copy color: '#AE6FFF'

red 174 ◦ green 111 ◦ blue 255

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

Shades of Medium Purple #AE6FFF

Tints of Medium Purple #AE6FFF

RGB

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

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

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

R = 32.22%
G = 20.56%
B = 47.22%

CMYK

 C value IS 0.32

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AE6FFF (or 0xAE6FFF) is known color: Medium Purple. HEX triplet: AE, 6F and FF. RGB value is (174,111,255). Sum of RGB (Red+Green+Blue) = 174+111+255=540 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.22% from 540); Green value is 111 (43.75% from 255 or 20.56% from 540); Blue value is 255 (100% from 255 or 47.22% from 540); Max value from RGB is 255 - color contains mainly: blue. Hex color #AE6FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE6FFF is #519000. Grayscale: #919191. Windows color (decimal): -5345281 or 16740270. OLE color: 16740270.

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

Color convert

RGB 174 111 255 -
CMYK 0.32 0.56 0 0
HSL 266.25º 1% 0.72% -
HSV(B) 266.25º 0.56% 1% -
XYZ 41.19 27.59 97.76 -
YUV 146.25 189.37 147.79 -
System Red Green Blue C M Y K H S L
Decimal 174 111 255 0.32 0.56 0 0 266.25 1 0.72
Hex AE 6F FF 20 38 0 0 10A 64 48
Octal 256 157 377 40 70 0 0 412 144 110
Binary 10101110 1101111 11111111 100000 111000 0 0 100001010 1100100 1001000

Color Harmonies of #AE6FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6FFF

Black with #AE6FFF

Text Example


Text Example

White with #AE6FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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