Html Css Color HEX #AE84FF Medium Purple

📋 copy color: '#AE84FF'

red 174 ◦ green 132 ◦ blue 255

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

Shades of Medium Purple #AE84FF

Tints of Medium Purple #AE84FF

RGB

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

 GREEN value IS 132 (51.95% from 255) = 23.53%

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

R = 31.02%
G = 23.53%
B = 45.45%

CMYK

 C value IS 0.32

 M value IS 0.48

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AE84FF (or 0xAE84FF) is known color: Medium Purple. HEX triplet: AE, 84 and FF. RGB value is (174,132,255). Sum of RGB (Red+Green+Blue) = 174+132+255=561 (74% of max value = 765). Red value is 174 (68.36% from 255 or 31.02% from 561); Green value is 132 (51.95% from 255 or 23.53% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #AE84FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE84FF is #517B00. Grayscale: #9E9E9E. Windows color (decimal): -5339905 or 16745646. OLE color: 16745646.

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

Color convert

RGB 174 132 255 -
CMYK 0.32 0.48 0 0
HSL 260.49º 1% 0.76% -
HSV(B) 260.49º 0.48% 1% -
XYZ 43.76 32.72 98.62 -
YUV 158.58 182.41 139 -
System Red Green Blue C M Y K H S L
Decimal 174 132 255 0.32 0.48 0 0 260.49 1 0.76
Hex AE 84 FF 20 30 0 0 104 64 4C
Octal 256 204 377 40 60 0 0 404 144 114
Binary 10101110 10000100 11111111 100000 110000 0 0 100000100 1100100 1001100

Color Harmonies of #AE84FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE84FF

Black with #AE84FF

Text Example


Text Example

White with #AE84FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE84FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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