Html Css Color HEX #AE82FF Medium Purple

📋 copy color: '#AE82FF'

red 174 ◦ green 130 ◦ blue 255

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

Shades of Medium Purple #AE82FF

Tints of Medium Purple #AE82FF

RGB

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

 GREEN value IS 130 (51.17% from 255) = 23.26%

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

R = 31.13%
G = 23.26%
B = 45.62%

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

#AE82FF (or 0xAE82FF) is known color: Medium Purple. HEX triplet: AE, 82 and FF. RGB value is (174,130,255). Sum of RGB (Red+Green+Blue) = 174+130+255=559 (74% of max value = 765). Red value is 174 (68.36% from 255 or 31.13% from 559); Green value is 130 (51.17% from 255 or 23.26% from 559); Blue value is 255 (100% from 255 or 45.62% from 559); Max value from RGB is 255 - color contains mainly: blue. Hex color #AE82FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE82FF is #517D00. Grayscale: #9C9C9C. Windows color (decimal): -5340417 or 16745134. OLE color: 16745134.

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

Color convert

RGB 174 130 255 -
CMYK 0.32 0.49 0 0
HSL 261.12º 1% 0.75% -
HSV(B) 261.12º 0.49% 1% -
XYZ 43.49 32.18 98.53 -
YUV 157.41 183.08 139.84 -
System Red Green Blue C M Y K H S L
Decimal 174 130 255 0.32 0.49 0 0 261.12 1 0.75
Hex AE 82 FF 20 31 0 0 105 64 4B
Octal 256 202 377 40 61 0 0 405 144 113
Binary 10101110 10000010 11111111 100000 110001 0 0 100000101 1100100 1001011

Color Harmonies of #AE82FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE82FF

Black with #AE82FF

Text Example


Text Example

White with #AE82FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE82FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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