Html Css Color HEX #AE70FF Medium Purple

📋 copy color: '#AE70FF'

red 174 ◦ green 112 ◦ blue 255

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

Shades of Medium Purple #AE70FF

Tints of Medium Purple #AE70FF

RGB

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

 GREEN value IS 112 (44.14% from 255) = 20.7%

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

R = 32.16%
G = 20.7%
B = 47.13%

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

#AE70FF (or 0xAE70FF) is known color: Medium Purple. HEX triplet: AE, 70 and FF. RGB value is (174,112,255). Sum of RGB (Red+Green+Blue) = 174+112+255=541 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.16% from 541); Green value is 112 (44.14% from 255 or 20.70% from 541); Blue value is 255 (100% from 255 or 47.13% from 541); Max value from RGB is 255 - color contains mainly: blue. Hex color #AE70FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE70FF is #518F00. Grayscale: #929292. Windows color (decimal): -5345025 or 16740526. OLE color: 16740526.

HSL color Cylindrical-coordinate representation of color #AE70FF: hue angle of 266.01º 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 #AE70FF is Cyan = 0.32, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 174 112 255 -
CMYK 0.32 0.56 0 0
HSL 266.01º 1% 0.72% -
HSV(B) 266.01º 0.56% 1% -
XYZ 41.3 27.81 97.8 -
YUV 146.84 189.04 147.37 -
System Red Green Blue C M Y K H S L
Decimal 174 112 255 0.32 0.56 0 0 266.01 1 0.72
Hex AE 70 FF 20 38 0 0 10A 64 48
Octal 256 160 377 40 70 0 0 412 144 110
Binary 10101110 1110000 11111111 100000 111000 0 0 100001010 1100100 1001000

Color Harmonies of #AE70FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE70FF

Black with #AE70FF

Text Example


Text Example

White with #AE70FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE70FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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