Html Css Color HEX #AA82F0 Medium Purple

📋 copy color: '#AA82F0'

red 170 ◦ green 130 ◦ blue 240

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

Shades of Medium Purple #AA82F0

Tints of Medium Purple #AA82F0

RGB

 RED value IS 170 (66.8% from 255) = 31.48%

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

 BLUE value IS 240 (94.14% from 255) = 44.44%

R = 31.48%
G = 24.07%
B = 44.44%

CMYK

 C value IS 0.29

 M value IS 0.46

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AA82F0 (or 0xAA82F0) is known color: Medium Purple. HEX triplet: AA, 82 and F0. RGB value is (170,130,240). Sum of RGB (Red+Green+Blue) = 170+130+240=540 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.48% from 540); Green value is 130 (51.17% from 255 or 24.07% from 540); Blue value is 240 (94.14% from 255 or 44.44% from 540); Max value from RGB is 240 - color contains mainly: blue. Hex color #AA82F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA82F0 is #557D0F. Grayscale: #9A9A9A. Windows color (decimal): -5602576 or 15762090. OLE color: 15762090.

HSL color Cylindrical-coordinate representation of color #AA82F0: hue angle of 261.82º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AA82F0 is Cyan = 0.29, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 170 130 240 -
CMYK 0.29 0.46 0 0.06
HSL 261.82º 0.79% 0.73% -
HSV(B) 261.82º 0.46% 0.94% -
XYZ 40.29 30.8 86.26 -
YUV 154.5 176.25 139.06 -
System Red Green Blue C M Y K H S L
Decimal 170 130 240 0.29 0.46 0 0.06 261.82 0.79 0.73
Hex AA 82 F0 1D 2E 0 6 106 4F 49
Octal 252 202 360 35 56 0 6 406 117 111
Binary 10101010 10000010 11110000 11101 101110 0 110 100000110 1001111 1001001

Color Harmonies of #AA82F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA82F0

Black with #AA82F0

Text Example


Text Example

White with #AA82F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA82F0; }

 p { color: rgb(170,130,240); }

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

background-color css

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

 a { background-color: rgb(170,130,240); }

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

border-color css

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

 span { border-color: rgb(170,130,240); }

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