Html Css Color HEX #AA7ADD Medium Purple

📋 copy color: '#AA7ADD'

red 170 ◦ green 122 ◦ blue 221

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

Shades of Medium Purple #AA7ADD

Tints of Medium Purple #AA7ADD

RGB

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

 GREEN value IS 122 (48.05% from 255) = 23.78%

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

R = 33.14%
G = 23.78%
B = 43.08%

CMYK

 C value IS 0.23

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA7ADD (or 0xAA7ADD) is known color: Medium Purple. HEX triplet: AA, 7A and DD. RGB value is (170,122,221). Sum of RGB (Red+Green+Blue) = 170+122+221=513 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.14% from 513); Green value is 122 (48.05% from 255 or 23.78% from 513); Blue value is 221 (86.72% from 255 or 43.08% from 513); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA7ADD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7ADD is #558522. Grayscale: #939393. Windows color (decimal): -5604643 or 14514858. OLE color: 14514858.

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

Color convert

RGB 170 122 221 -
CMYK 0.23 0.45 0 0.13
HSL 269.09º 0.59% 0.67% -
HSV(B) 269.09º 0.45% 0.87% -
XYZ 36.59 27.69 71.82 -
YUV 147.64 169.4 143.95 -
System Red Green Blue C M Y K H S L
Decimal 170 122 221 0.23 0.45 0 0.13 269.09 0.59 0.67
Hex AA 7A DD 17 2D 0 D 10D 3B 43
Octal 252 172 335 27 55 0 15 415 73 103
Binary 10101010 1111010 11011101 10111 101101 0 1101 100001101 111011 1000011

Color Harmonies of #AA7ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7ADD

Black with #AA7ADD

Text Example


Text Example

White with #AA7ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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