Html Css Color HEX #AA54FF Medium Purple

📋 copy color: '#AA54FF'

red 170 ◦ green 84 ◦ blue 255

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

Shades of Medium Purple #AA54FF

Tints of Medium Purple #AA54FF

RGB

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

 GREEN value IS 84 (33.2% from 255) = 16.5%

 BLUE value IS 255 (100% from 255) = 50.1%

R = 33.4%
G = 16.5%
B = 50.1%

CMYK

 C value IS 0.33

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AA54FF (or 0xAA54FF) is known color: Medium Purple. HEX triplet: AA, 54 and FF. RGB value is (170,84,255). Sum of RGB (Red+Green+Blue) = 170+84+255=509 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.40% from 509); Green value is 84 (33.20% from 255 or 16.50% from 509); Blue value is 255 (100% from 255 or 50.10% from 509); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA54FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA54FF is #55AB00. Grayscale: #808080. Windows color (decimal): -5614337 or 16733354. OLE color: 16733354.

HSL color Cylindrical-coordinate representation of color #AA54FF: hue angle of 270.18º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AA54FF is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 170 84 255 -
CMYK 0.33 0.67 0 0
HSL 270.18º 1% 0.66% -
HSV(B) 270.18º 0.67% 1% -
XYZ 37.8 22.11 96.88 -
YUV 129.21 198.99 157.1 -
System Red Green Blue C M Y K H S L
Decimal 170 84 255 0.33 0.67 0 0 270.18 1 0.66
Hex AA 54 FF 21 43 0 0 10E 64 42
Octal 252 124 377 41 103 0 0 416 144 102
Binary 10101010 1010100 11111111 100001 1000011 0 0 100001110 1100100 1000010

Color Harmonies of #AA54FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA54FF

Black with #AA54FF

Text Example


Text Example

White with #AA54FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA54FF; }

 p { color: rgb(170,84,255); }

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

background-color css

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

 a { background-color: rgb(170,84,255); }

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

border-color css

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

 span { border-color: rgb(170,84,255); }

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