Html Css Color HEX #AA7DDC Medium Purple

📋 copy color: '#AA7DDC'

red 170 ◦ green 125 ◦ blue 220

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

Shades of Medium Purple #AA7DDC

Tints of Medium Purple #AA7DDC

RGB

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

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

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

R = 33.01%
G = 24.27%
B = 42.72%

CMYK

 C value IS 0.23

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AA7DDC (or 0xAA7DDC) is known color: Medium Purple. HEX triplet: AA, 7D and DC. RGB value is (170,125,220). Sum of RGB (Red+Green+Blue) = 170+125+220=515 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.01% from 515); Green value is 125 (49.22% from 255 or 24.27% from 515); Blue value is 220 (86.33% from 255 or 42.72% from 515); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA7DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7DDC is #558223. Grayscale: #949494. Windows color (decimal): -5603876 or 14450090. OLE color: 14450090.

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

Color convert

RGB 170 125 220 -
CMYK 0.23 0.43 0 0.14
HSL 268.42º 0.58% 0.68% -
HSV(B) 268.42º 0.43% 0.86% -
XYZ 36.83 28.38 71.25 -
YUV 149.29 167.91 142.78 -
System Red Green Blue C M Y K H S L
Decimal 170 125 220 0.23 0.43 0 0.14 268.42 0.58 0.68
Hex AA 7D DC 17 2B 0 E 10C 3A 44
Octal 252 175 334 27 53 0 16 414 72 104
Binary 10101010 1111101 11011100 10111 101011 0 1110 100001100 111010 1000100

Color Harmonies of #AA7DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7DDC

Black with #AA7DDC

Text Example


Text Example

White with #AA7DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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