Html Css Color HEX #AA84F3 Medium Purple

📋 copy color: '#AA84F3'

red 170 ◦ green 132 ◦ blue 243

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

Shades of Medium Purple #AA84F3

Tints of Medium Purple #AA84F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 44.59%

R = 31.19%
G = 24.22%
B = 44.59%

CMYK

 C value IS 0.30

 M value IS 0.46

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AA84F3 (or 0xAA84F3) is known color: Medium Purple. HEX triplet: AA, 84 and F3. RGB value is (170,132,243). Sum of RGB (Red+Green+Blue) = 170+132+243=545 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.19% from 545); Green value is 132 (51.95% from 255 or 24.22% from 545); Blue value is 243 (95.31% from 255 or 44.59% from 545); Max value from RGB is 243 - color contains mainly: blue. Hex color #AA84F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA84F3 is #557B0C. Grayscale: #9B9B9B. Windows color (decimal): -5602061 or 15959210. OLE color: 15959210.

HSL color Cylindrical-coordinate representation of color #AA84F3: hue angle of 260.54º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AA84F3 is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 170 132 243 -
CMYK 0.30 0.46 0 0.05
HSL 260.54º 0.82% 0.74% -
HSV(B) 260.54º 0.46% 0.95% -
XYZ 41.01 31.52 88.72 -
YUV 156.02 177.09 137.97 -
System Red Green Blue C M Y K H S L
Decimal 170 132 243 0.30 0.46 0 0.05 260.54 0.82 0.74
Hex AA 84 F3 1E 2E 0 5 105 52 4A
Octal 252 204 363 36 56 0 5 405 122 112
Binary 10101010 10000100 11110011 11110 101110 0 101 100000101 1010010 1001010

Color Harmonies of #AA84F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA84F3

Black with #AA84F3

Text Example


Text Example

White with #AA84F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA84F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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