Html Css Color HEX #AA7DD7 Medium Purple

📋 copy color: '#AA7DD7'

red 170 ◦ green 125 ◦ blue 215

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

Shades of Medium Purple #AA7DD7

Tints of Medium Purple #AA7DD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 42.16%

R = 33.33%
G = 24.51%
B = 42.16%

CMYK

 C value IS 0.21

 M value IS 0.42

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AA7DD7 (or 0xAA7DD7) is known color: Medium Purple. HEX triplet: AA, 7D and D7. RGB value is (170,125,215). Sum of RGB (Red+Green+Blue) = 170+125+215=510 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.33% from 510); Green value is 125 (49.22% from 255 or 24.51% from 510); Blue value is 215 (84.38% from 255 or 42.16% from 510); Max value from RGB is 215 - color contains mainly: blue. Hex color #AA7DD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7DD7 is #558228. Grayscale: #949494. Windows color (decimal): -5603881 or 14122410. OLE color: 14122410.

HSL color Cylindrical-coordinate representation of color #AA7DD7: hue angle of 270º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AA7DD7 is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 170 125 215 -
CMYK 0.21 0.42 0 0.16
HSL 270º 0.53% 0.67% -
HSV(B) 270º 0.42% 0.84% -
XYZ 36.18 28.12 67.81 -
YUV 148.72 165.41 143.18 -
System Red Green Blue C M Y K H S L
Decimal 170 125 215 0.21 0.42 0 0.16 270 0.53 0.67
Hex AA 7D D7 15 2A 0 10 10E 35 43
Octal 252 175 327 25 52 0 20 416 65 103
Binary 10101010 1111101 11010111 10101 101010 0 10000 100001110 110101 1000011

Color Harmonies of #AA7DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7DD7

Black with #AA7DD7

Text Example


Text Example

White with #AA7DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7DD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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