Html Css Color HEX #AA84FC Medium Purple

📋 copy color: '#AA84FC'

red 170 ◦ green 132 ◦ blue 252

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

Shades of Medium Purple #AA84FC

Tints of Medium Purple #AA84FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 45.49%

R = 30.69%
G = 23.83%
B = 45.49%

CMYK

 C value IS 0.33

 M value IS 0.48

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AA84FC (or 0xAA84FC) is known color: Medium Purple. HEX triplet: AA, 84 and FC. RGB value is (170,132,252). Sum of RGB (Red+Green+Blue) = 170+132+252=554 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.69% from 554); Green value is 132 (51.95% from 255 or 23.83% from 554); Blue value is 252 (98.83% from 255 or 45.49% from 554); Max value from RGB is 252 - color contains mainly: blue. Hex color #AA84FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA84FC is #557B03. Grayscale: #9C9C9C. Windows color (decimal): -5602052 or 16549034. OLE color: 16549034.

HSL color Cylindrical-coordinate representation of color #AA84FC: hue angle of 259º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AA84FC is Cyan = 0.33, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 170 132 252 -
CMYK 0.33 0.48 0 0.01
HSL 259º 0.95% 0.75% -
HSV(B) 259º 0.48% 0.99% -
XYZ 42.4 32.08 96.05 -
YUV 157.04 181.59 137.24 -
System Red Green Blue C M Y K H S L
Decimal 170 132 252 0.33 0.48 0 0.01 259 0.95 0.75
Hex AA 84 FC 21 30 0 1 103 5F 4B
Octal 252 204 374 41 60 0 1 403 137 113
Binary 10101010 10000100 11111100 100001 110000 0 1 100000011 1011111 1001011

Color Harmonies of #AA84FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA84FC

Black with #AA84FC

Text Example


Text Example

White with #AA84FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA84FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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