Html Css Color HEX #AA7CDD Medium Purple

📋 copy color: '#AA7CDD'

red 170 ◦ green 124 ◦ blue 221

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

Shades of Medium Purple #AA7CDD

Tints of Medium Purple #AA7CDD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 24.08%

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

R = 33.01%
G = 24.08%
B = 42.91%

CMYK

 C value IS 0.23

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA7CDD (or 0xAA7CDD) is known color: Medium Purple. HEX triplet: AA, 7C and DD. RGB value is (170,124,221). Sum of RGB (Red+Green+Blue) = 170+124+221=515 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.01% from 515); Green value is 124 (48.83% from 255 or 24.08% from 515); Blue value is 221 (86.72% from 255 or 42.91% from 515); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA7CDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7CDD is #558322. Grayscale: #949494. Windows color (decimal): -5604131 or 14515370. OLE color: 14515370.

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

Color convert

RGB 170 124 221 -
CMYK 0.23 0.44 0 0.13
HSL 268.45º 0.59% 0.68% -
HSV(B) 268.45º 0.44% 0.87% -
XYZ 36.84 28.18 71.9 -
YUV 148.81 168.74 143.11 -
System Red Green Blue C M Y K H S L
Decimal 170 124 221 0.23 0.44 0 0.13 268.45 0.59 0.68
Hex AA 7C DD 17 2C 0 D 10C 3B 44
Octal 252 174 335 27 54 0 15 414 73 104
Binary 10101010 1111100 11011101 10111 101100 0 1101 100001100 111011 1000100

Color Harmonies of #AA7CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7CDD

Black with #AA7CDD

Text Example


Text Example

White with #AA7CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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