Html Css Color HEX #AA56FD Medium Purple

📋 copy color: '#AA56FD'

red 170 ◦ green 86 ◦ blue 253

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

Shades of Medium Purple #AA56FD

Tints of Medium Purple #AA56FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 49.71%

R = 33.4%
G = 16.9%
B = 49.71%

CMYK

 C value IS 0.33

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AA56FD (or 0xAA56FD) is known color: Medium Purple. HEX triplet: AA, 56 and FD. RGB value is (170,86,253). Sum of RGB (Red+Green+Blue) = 170+86+253=509 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.40% from 509); Green value is 86 (33.98% from 255 or 16.90% from 509); Blue value is 253 (99.22% from 255 or 49.71% from 509); Max value from RGB is 253 - color contains mainly: blue. Hex color #AA56FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA56FD is #55A902. Grayscale: #818181. Windows color (decimal): -5613827 or 16602794. OLE color: 16602794.

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

Color convert

RGB 170 86 253 -
CMYK 0.33 0.66 0 0.01
HSL 270.18º 0.98% 0.66% -
HSV(B) 270.18º 0.66% 0.99% -
XYZ 37.63 22.29 95.25 -
YUV 130.15 197.33 156.42 -
System Red Green Blue C M Y K H S L
Decimal 170 86 253 0.33 0.66 0 0.01 270.18 0.98 0.66
Hex AA 56 FD 21 42 0 1 10E 62 42
Octal 252 126 375 41 102 0 1 416 142 102
Binary 10101010 1010110 11111101 100001 1000010 0 1 100001110 1100010 1000010

Color Harmonies of #AA56FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA56FD

Black with #AA56FD

Text Example


Text Example

White with #AA56FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA56FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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