Html Css Color HEX #AA77DC Medium Purple

📋 copy color: '#AA77DC'

red 170 ◦ green 119 ◦ blue 220

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

Shades of Medium Purple #AA77DC

Tints of Medium Purple #AA77DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.22%

R = 33.4%
G = 23.38%
B = 43.22%

CMYK

 C value IS 0.23

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AA77DC (or 0xAA77DC) is known color: Medium Purple. HEX triplet: AA, 77 and DC. RGB value is (170,119,220). Sum of RGB (Red+Green+Blue) = 170+119+220=509 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.40% from 509); Green value is 119 (46.88% from 255 or 23.38% from 509); Blue value is 220 (86.33% from 255 or 43.22% from 509); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA77DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA77DC is #558823. Grayscale: #919191. Windows color (decimal): -5605412 or 14448554. OLE color: 14448554.

HSL color Cylindrical-coordinate representation of color #AA77DC: hue angle of 270.3º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AA77DC is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 119 220 -
CMYK 0.23 0.46 0 0.14
HSL 270.3º 0.59% 0.66% -
HSV(B) 270.3º 0.46% 0.86% -
XYZ 36.09 26.91 71 -
YUV 145.76 169.9 145.29 -
System Red Green Blue C M Y K H S L
Decimal 170 119 220 0.23 0.46 0 0.14 270.3 0.59 0.66
Hex AA 77 DC 17 2E 0 E 10E 3B 42
Octal 252 167 334 27 56 0 16 416 73 102
Binary 10101010 1110111 11011100 10111 101110 0 1110 100001110 111011 1000010

Color Harmonies of #AA77DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA77DC

Black with #AA77DC

Text Example


Text Example

White with #AA77DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA77DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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