Html Css Color HEX #AA56FE Medium Purple

📋 copy color: '#AA56FE'

red 170 ◦ green 86 ◦ blue 254

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

Shades of Medium Purple #AA56FE

Tints of Medium Purple #AA56FE

RGB

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

 GREEN value IS 86 (33.98% from 255) = 16.86%

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

R = 33.33%
G = 16.86%
B = 49.8%

CMYK

 C value IS 0.33

 M value IS 0.66

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AA56FE (or 0xAA56FE) is known color: Medium Purple. HEX triplet: AA, 56 and FE. RGB value is (170,86,254). Sum of RGB (Red+Green+Blue) = 170+86+254=510 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.33% from 510); Green value is 86 (33.98% from 255 or 16.86% from 510); Blue value is 254 (99.61% from 255 or 49.80% from 510); Max value from RGB is 254 - color contains mainly: blue. Hex color #AA56FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA56FE is #55A901. Grayscale: #818181. Windows color (decimal): -5613826 or 16668330. OLE color: 16668330.

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

Color convert

RGB 170 86 254 -
CMYK 0.33 0.66 0 0.00
HSL 270º 0.99% 0.67% -
HSV(B) 270º 0.66% 1% -
XYZ 37.79 22.36 96.09 -
YUV 130.27 197.83 156.34 -
System Red Green Blue C M Y K H S L
Decimal 170 86 254 0.33 0.66 0 0.00 270 0.99 0.67
Hex AA 56 FE 21 42 0 0 10E 63 43
Octal 252 126 376 41 102 0 0 416 143 103
Binary 10101010 1010110 11111110 100001 1000010 0 0 100001110 1100011 1000011

Color Harmonies of #AA56FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA56FE

Black with #AA56FE

Text Example


Text Example

White with #AA56FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA56FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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