Html Css Color HEX #AA84F6 Medium Purple

📋 copy color: '#AA84F6'

red 170 ◦ green 132 ◦ blue 246

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

Shades of Medium Purple #AA84F6

Tints of Medium Purple #AA84F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 44.89%

R = 31.02%
G = 24.09%
B = 44.89%

CMYK

 C value IS 0.31

 M value IS 0.46

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AA84F6 (or 0xAA84F6) is known color: Medium Purple. HEX triplet: AA, 84 and F6. RGB value is (170,132,246). Sum of RGB (Red+Green+Blue) = 170+132+246=548 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.02% from 548); Green value is 132 (51.95% from 255 or 24.09% from 548); Blue value is 246 (96.48% from 255 or 44.89% from 548); Max value from RGB is 246 - color contains mainly: blue. Hex color #AA84F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA84F6 is #557B09. Grayscale: #9B9B9B. Windows color (decimal): -5602058 or 16155818. OLE color: 16155818.

HSL color Cylindrical-coordinate representation of color #AA84F6: hue angle of 260º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AA84F6 is Cyan = 0.31, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 170 132 246 -
CMYK 0.31 0.46 0 0.04
HSL 260º 0.86% 0.74% -
HSV(B) 260º 0.46% 0.96% -
XYZ 41.46 31.7 91.12 -
YUV 156.36 178.59 137.73 -
System Red Green Blue C M Y K H S L
Decimal 170 132 246 0.31 0.46 0 0.04 260 0.86 0.74
Hex AA 84 F6 1F 2E 0 4 104 56 4A
Octal 252 204 366 37 56 0 4 404 126 112
Binary 10101010 10000100 11110110 11111 101110 0 100 100000100 1010110 1001010

Color Harmonies of #AA84F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA84F6

Black with #AA84F6

Text Example


Text Example

White with #AA84F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA84F6; }

 p { color: rgb(170,132,246); }

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

background-color css

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

 a { background-color: rgb(170,132,246); }

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

border-color css

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

 span { border-color: rgb(170,132,246); }

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