Html Css Color HEX #AA82FB Medium Purple

📋 copy color: '#AA82FB'

red 170 ◦ green 130 ◦ blue 251

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

Shades of Medium Purple #AA82FB

Tints of Medium Purple #AA82FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 45.55%

R = 30.85%
G = 23.59%
B = 45.55%

CMYK

 C value IS 0.32

 M value IS 0.48

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AA82FB (or 0xAA82FB) is known color: Medium Purple. HEX triplet: AA, 82 and FB. RGB value is (170,130,251). Sum of RGB (Red+Green+Blue) = 170+130+251=551 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.85% from 551); Green value is 130 (51.17% from 255 or 23.59% from 551); Blue value is 251 (98.44% from 255 or 45.55% from 551); Max value from RGB is 251 - color contains mainly: blue. Hex color #AA82FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA82FB is #557D04. Grayscale: #9B9B9B. Windows color (decimal): -5602565 or 16482986. OLE color: 16482986.

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

Color convert

RGB 170 130 251 -
CMYK 0.32 0.48 0 0.02
HSL 259.83º 0.94% 0.75% -
HSV(B) 259.83º 0.48% 0.98% -
XYZ 41.97 31.48 95.13 -
YUV 155.75 181.75 138.16 -
System Red Green Blue C M Y K H S L
Decimal 170 130 251 0.32 0.48 0 0.02 259.83 0.94 0.75
Hex AA 82 FB 20 30 0 2 104 5E 4B
Octal 252 202 373 40 60 0 2 404 136 113
Binary 10101010 10000010 11111011 100000 110000 0 10 100000100 1011110 1001011

Color Harmonies of #AA82FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA82FB

Black with #AA82FB

Text Example


Text Example

White with #AA82FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA82FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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