Html Css Color HEX #AA82FA Medium Purple

📋 copy color: '#AA82FA'

red 170 ◦ green 130 ◦ blue 250

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

Shades of Medium Purple #AA82FA

Tints of Medium Purple #AA82FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 45.45%

R = 30.91%
G = 23.64%
B = 45.45%

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

#AA82FA (or 0xAA82FA) is known color: Medium Purple. HEX triplet: AA, 82 and FA. RGB value is (170,130,250). Sum of RGB (Red+Green+Blue) = 170+130+250=550 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.91% from 550); Green value is 130 (51.17% from 255 or 23.64% from 550); Blue value is 250 (98.05% from 255 or 45.45% from 550); Max value from RGB is 250 - color contains mainly: blue. Hex color #AA82FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA82FA is #557D05. Grayscale: #9B9B9B. Windows color (decimal): -5602566 or 16417450. OLE color: 16417450.

HSL color Cylindrical-coordinate representation of color #AA82FA: hue angle of 260º degrees, saturation: 0.92, 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 #AA82FA is Cyan = 0.32, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 130 250 -
CMYK 0.32 0.48 0 0.02
HSL 260º 0.92% 0.75% -
HSV(B) 260º 0.48% 0.98% -
XYZ 41.82 31.41 94.3 -
YUV 155.64 181.25 138.24 -
System Red Green Blue C M Y K H S L
Decimal 170 130 250 0.32 0.48 0 0.02 260 0.92 0.75
Hex AA 82 FA 20 30 0 2 104 5C 4B
Octal 252 202 372 40 60 0 2 404 134 113
Binary 10101010 10000010 11111010 100000 110000 0 10 100000100 1011100 1001011

Color Harmonies of #AA82FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA82FA

Black with #AA82FA

Text Example


Text Example

White with #AA82FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA82FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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