Html Css Color HEX #AE81FF Medium Purple

📋 copy color: '#AE81FF'

red 174 ◦ green 129 ◦ blue 255

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

Shades of Medium Purple #AE81FF

Tints of Medium Purple #AE81FF

RGB

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

 GREEN value IS 129 (50.78% from 255) = 23.12%

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

R = 31.18%
G = 23.12%
B = 45.7%

CMYK

 C value IS 0.32

 M value IS 0.49

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AE81FF (or 0xAE81FF) is known color: Medium Purple. HEX triplet: AE, 81 and FF. RGB value is (174,129,255). Sum of RGB (Red+Green+Blue) = 174+129+255=558 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.18% from 558); Green value is 129 (50.78% from 255 or 23.12% from 558); Blue value is 255 (100% from 255 or 45.70% from 558); Max value from RGB is 255 - color contains mainly: blue. Hex color #AE81FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE81FF is #517E00. Grayscale: #9C9C9C. Windows color (decimal): -5340673 or 16744878. OLE color: 16744878.

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

Color convert

RGB 174 129 255 -
CMYK 0.32 0.49 0 0
HSL 261.43º 1% 0.75% -
HSV(B) 261.43º 0.49% 1% -
XYZ 43.36 31.92 98.48 -
YUV 156.82 183.41 140.25 -
System Red Green Blue C M Y K H S L
Decimal 174 129 255 0.32 0.49 0 0 261.43 1 0.75
Hex AE 81 FF 20 31 0 0 105 64 4B
Octal 256 201 377 40 61 0 0 405 144 113
Binary 10101110 10000001 11111111 100000 110001 0 0 100000101 1100100 1001011

Color Harmonies of #AE81FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE81FF

Black with #AE81FF

Text Example


Text Example

White with #AE81FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE81FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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