Html Css Color HEX #AA7DDD Medium Purple

📋 copy color: '#AA7DDD'

red 170 ◦ green 125 ◦ blue 221

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

Shades of Medium Purple #AA7DDD

Tints of Medium Purple #AA7DDD

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.22%

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

R = 32.95%
G = 24.22%
B = 42.83%

CMYK

 C value IS 0.23

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA7DDD (or 0xAA7DDD) is known color: Medium Purple. HEX triplet: AA, 7D and DD. RGB value is (170,125,221). Sum of RGB (Red+Green+Blue) = 170+125+221=516 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.95% from 516); Green value is 125 (49.22% from 255 or 24.22% from 516); Blue value is 221 (86.72% from 255 or 42.83% from 516); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA7DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7DDD is #558222. Grayscale: #959595. Windows color (decimal): -5603875 or 14515626. OLE color: 14515626.

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

Color convert

RGB 170 125 221 -
CMYK 0.23 0.43 0 0.13
HSL 268.13º 0.59% 0.68% -
HSV(B) 268.13º 0.43% 0.87% -
XYZ 36.96 28.43 71.95 -
YUV 149.4 168.41 142.69 -
System Red Green Blue C M Y K H S L
Decimal 170 125 221 0.23 0.43 0 0.13 268.13 0.59 0.68
Hex AA 7D DD 17 2B 0 D 10C 3B 44
Octal 252 175 335 27 53 0 15 414 73 104
Binary 10101010 1111101 11011101 10111 101011 0 1101 100001100 111011 1000100

Color Harmonies of #AA7DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7DDD

Black with #AA7DDD

Text Example


Text Example

White with #AA7DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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