Html Css Color HEX #AE80FA Medium Purple

📋 copy color: '#AE80FA'

red 174 ◦ green 128 ◦ blue 250

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

Shades of Medium Purple #AE80FA

Tints of Medium Purple #AE80FA

RGB

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

 GREEN value IS 128 (50.39% from 255) = 23.19%

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

R = 31.52%
G = 23.19%
B = 45.29%

CMYK

 C value IS 0.30

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AE80FA (or 0xAE80FA) is known color: Medium Purple. HEX triplet: AE, 80 and FA. RGB value is (174,128,250). Sum of RGB (Red+Green+Blue) = 174+128+250=552 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.52% from 552); Green value is 128 (50.39% from 255 or 23.19% from 552); Blue value is 250 (98.05% from 255 or 45.29% from 552); Max value from RGB is 250 - color contains mainly: blue. Hex color #AE80FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE80FA is #517F05. Grayscale: #9B9B9B. Windows color (decimal): -5340934 or 16416942. OLE color: 16416942.

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

Color convert

RGB 174 128 250 -
CMYK 0.30 0.49 0 0.02
HSL 262.62º 0.92% 0.74% -
HSV(B) 262.62º 0.49% 0.98% -
XYZ 42.43 31.34 94.26 -
YUV 155.66 181.24 141.08 -
System Red Green Blue C M Y K H S L
Decimal 174 128 250 0.30 0.49 0 0.02 262.62 0.92 0.74
Hex AE 80 FA 1E 31 0 2 107 5C 4A
Octal 256 200 372 36 61 0 2 407 134 112
Binary 10101110 10000000 11111010 11110 110001 0 10 100000111 1011100 1001010

Color Harmonies of #AE80FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE80FA

Black with #AE80FA

Text Example


Text Example

White with #AE80FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE80FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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