Html Css Color HEX #AA76DD Medium Purple

📋 copy color: '#AA76DD'

red 170 ◦ green 118 ◦ blue 221

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

Shades of Medium Purple #AA76DD

Tints of Medium Purple #AA76DD

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23.18%

 BLUE value IS 221 (86.72% from 255) = 43.42%

R = 33.4%
G = 23.18%
B = 43.42%

CMYK

 C value IS 0.23

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA76DD (or 0xAA76DD) is known color: Medium Purple. HEX triplet: AA, 76 and DD. RGB value is (170,118,221). Sum of RGB (Red+Green+Blue) = 170+118+221=509 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.40% from 509); Green value is 118 (46.48% from 255 or 23.18% from 509); Blue value is 221 (86.72% from 255 or 43.42% from 509); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA76DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA76DD is #558922. Grayscale: #909090. Windows color (decimal): -5605667 or 14513834. OLE color: 14513834.

HSL color Cylindrical-coordinate representation of color #AA76DD: hue angle of 270.29º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AA76DD is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 118 221 -
CMYK 0.23 0.47 0 0.13
HSL 270.29º 0.6% 0.66% -
HSV(B) 270.29º 0.47% 0.87% -
XYZ 36.11 26.72 71.66 -
YUV 145.29 170.73 145.62 -
System Red Green Blue C M Y K H S L
Decimal 170 118 221 0.23 0.47 0 0.13 270.29 0.6 0.66
Hex AA 76 DD 17 2F 0 D 10E 3C 42
Octal 252 166 335 27 57 0 15 416 74 102
Binary 10101010 1110110 11011101 10111 101111 0 1101 100001110 111100 1000010

Color Harmonies of #AA76DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA76DD

Black with #AA76DD

Text Example


Text Example

White with #AA76DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA76DD; }

 p { color: rgb(170,118,221); }

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

background-color css

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

 a { background-color: rgb(170,118,221); }

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

border-color css

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

 span { border-color: rgb(170,118,221); }

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