Html Css Color HEX #AA7DDF Medium Purple

📋 copy color: '#AA7DDF'

red 170 ◦ green 125 ◦ blue 223

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

Shades of Medium Purple #AA7DDF

Tints of Medium Purple #AA7DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.05%

R = 32.82%
G = 24.13%
B = 43.05%

CMYK

 C value IS 0.24

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA7DDF (or 0xAA7DDF) is known color: Medium Purple. HEX triplet: AA, 7D and DF. RGB value is (170,125,223). Sum of RGB (Red+Green+Blue) = 170+125+223=518 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.82% from 518); Green value is 125 (49.22% from 255 or 24.13% from 518); Blue value is 223 (87.5% from 255 or 43.05% from 518); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA7DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7DDF is #558220. Grayscale: #959595. Windows color (decimal): -5603873 or 14646698. OLE color: 14646698.

HSL color Cylindrical-coordinate representation of color #AA7DDF: hue angle of 267.55º degrees, saturation: 0.6, 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 #AA7DDF is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 125 223 -
CMYK 0.24 0.44 0 0.13
HSL 267.55º 0.6% 0.68% -
HSV(B) 267.55º 0.44% 0.87% -
XYZ 37.23 28.54 73.36 -
YUV 149.63 169.41 142.53 -
System Red Green Blue C M Y K H S L
Decimal 170 125 223 0.24 0.44 0 0.13 267.55 0.6 0.68
Hex AA 7D DF 18 2C 0 D 10C 3C 44
Octal 252 175 337 30 54 0 15 414 74 104
Binary 10101010 1111101 11011111 11000 101100 0 1101 100001100 111100 1000100

Color Harmonies of #AA7DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7DDF

Black with #AA7DDF

Text Example


Text Example

White with #AA7DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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