Html Css Color HEX #AA77FD Medium Purple

📋 copy color: '#AA77FD'

red 170 ◦ green 119 ◦ blue 253

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

Shades of Medium Purple #AA77FD

Tints of Medium Purple #AA77FD

RGB

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

 GREEN value IS 119 (46.88% from 255) = 21.96%

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

R = 31.37%
G = 21.96%
B = 46.68%

CMYK

 C value IS 0.33

 M value IS 0.53

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AA77FD (or 0xAA77FD) is known color: Medium Purple. HEX triplet: AA, 77 and FD. RGB value is (170,119,253). Sum of RGB (Red+Green+Blue) = 170+119+253=542 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.37% from 542); Green value is 119 (46.88% from 255 or 21.96% from 542); Blue value is 253 (99.22% from 255 or 46.68% from 542); Max value from RGB is 253 - color contains mainly: blue. Hex color #AA77FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA77FD is #558802. Grayscale: #959595. Windows color (decimal): -5605379 or 16611242. OLE color: 16611242.

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

Color convert

RGB 170 119 253 -
CMYK 0.33 0.53 0 0.01
HSL 262.84º 0.97% 0.73% -
HSV(B) 262.84º 0.53% 0.99% -
XYZ 40.9 28.83 96.34 -
YUV 149.53 186.4 142.6 -
System Red Green Blue C M Y K H S L
Decimal 170 119 253 0.33 0.53 0 0.01 262.84 0.97 0.73
Hex AA 77 FD 21 35 0 1 107 61 49
Octal 252 167 375 41 65 0 1 407 141 111
Binary 10101010 1110111 11111101 100001 110101 0 1 100000111 1100001 1001001

Color Harmonies of #AA77FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA77FD

Black with #AA77FD

Text Example


Text Example

White with #AA77FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA77FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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