Html Css Color HEX #AE70FA Medium Purple

📋 copy color: '#AE70FA'

red 174 ◦ green 112 ◦ blue 250

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

Shades of Medium Purple #AE70FA

Tints of Medium Purple #AE70FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 46.64%

R = 32.46%
G = 20.9%
B = 46.64%

CMYK

 C value IS 0.30

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AE70FA (or 0xAE70FA) is known color: Medium Purple. HEX triplet: AE, 70 and FA. RGB value is (174,112,250). Sum of RGB (Red+Green+Blue) = 174+112+250=536 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.46% from 536); Green value is 112 (44.14% from 255 or 20.90% from 536); Blue value is 250 (98.05% from 255 or 46.64% from 536); Max value from RGB is 250 - color contains mainly: blue. Hex color #AE70FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE70FA is #518F05. Grayscale: #919191. Windows color (decimal): -5345030 or 16412846. OLE color: 16412846.

HSL color Cylindrical-coordinate representation of color #AE70FA: hue angle of 266.96º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AE70FA is Cyan = 0.30, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 174 112 250 -
CMYK 0.30 0.55 0 0.02
HSL 266.96º 0.93% 0.71% -
HSV(B) 266.96º 0.55% 0.98% -
XYZ 40.51 27.49 93.61 -
YUV 146.27 186.54 147.78 -
System Red Green Blue C M Y K H S L
Decimal 174 112 250 0.30 0.55 0 0.02 266.96 0.93 0.71
Hex AE 70 FA 1E 37 0 2 10B 5D 47
Octal 256 160 372 36 67 0 2 413 135 107
Binary 10101110 1110000 11111010 11110 110111 0 10 100001011 1011101 1000111

Color Harmonies of #AE70FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE70FA

Black with #AE70FA

Text Example


Text Example

White with #AE70FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE70FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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