Html Css Color HEX #AA55FE Medium Purple

📋 copy color: '#AA55FE'

red 170 ◦ green 85 ◦ blue 254

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

Shades of Medium Purple #AA55FE

Tints of Medium Purple #AA55FE

RGB

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

 GREEN value IS 85 (33.59% from 255) = 16.7%

 BLUE value IS 254 (99.61% from 255) = 49.9%

R = 33.4%
G = 16.7%
B = 49.9%

CMYK

 C value IS 0.33

 M value IS 0.67

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AA55FE (or 0xAA55FE) is known color: Medium Purple. HEX triplet: AA, 55 and FE. RGB value is (170,85,254). Sum of RGB (Red+Green+Blue) = 170+85+254=509 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.40% from 509); Green value is 85 (33.59% from 255 or 16.70% from 509); Blue value is 254 (99.61% from 255 or 49.90% from 509); Max value from RGB is 254 - color contains mainly: blue. Hex color #AA55FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA55FE is #55AA01. Grayscale: #818181. Windows color (decimal): -5614082 or 16668074. OLE color: 16668074.

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

Color convert

RGB 170 85 254 -
CMYK 0.33 0.67 0 0.00
HSL 270.18º 0.99% 0.66% -
HSV(B) 270.18º 0.67% 1% -
XYZ 37.72 22.2 96.06 -
YUV 129.68 198.16 156.76 -
System Red Green Blue C M Y K H S L
Decimal 170 85 254 0.33 0.67 0 0.00 270.18 0.99 0.66
Hex AA 55 FE 21 43 0 0 10E 63 42
Octal 252 125 376 41 103 0 0 416 143 102
Binary 10101010 1010101 11111110 100001 1000011 0 0 100001110 1100011 1000010

Color Harmonies of #AA55FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA55FE

Black with #AA55FE

Text Example


Text Example

White with #AA55FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA55FE; }

 p { color: rgb(170,85,254); }

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

background-color css

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

 a { background-color: rgb(170,85,254); }

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

border-color css

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

 span { border-color: rgb(170,85,254); }

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