Html Css Color HEX #AA7DDA Medium Purple

📋 copy color: '#AA7DDA'

red 170 ◦ green 125 ◦ blue 218

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

Shades of Medium Purple #AA7DDA

Tints of Medium Purple #AA7DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.5%

R = 33.14%
G = 24.37%
B = 42.5%

CMYK

 C value IS 0.22

 M value IS 0.43

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AA7DDA (or 0xAA7DDA) is known color: Medium Purple. HEX triplet: AA, 7D and DA. RGB value is (170,125,218). Sum of RGB (Red+Green+Blue) = 170+125+218=513 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.14% from 513); Green value is 125 (49.22% from 255 or 24.37% from 513); Blue value is 218 (85.55% from 255 or 42.50% from 513); Max value from RGB is 218 - color contains mainly: blue. Hex color #AA7DDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7DDA is #558225. Grayscale: #949494. Windows color (decimal): -5603878 or 14319018. OLE color: 14319018.

HSL color Cylindrical-coordinate representation of color #AA7DDA: hue angle of 269.03º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AA7DDA is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 125 218 -
CMYK 0.22 0.43 0 0.15
HSL 269.03º 0.56% 0.67% -
HSV(B) 269.03º 0.43% 0.85% -
XYZ 36.57 28.28 69.86 -
YUV 149.06 166.91 142.94 -
System Red Green Blue C M Y K H S L
Decimal 170 125 218 0.22 0.43 0 0.15 269.03 0.56 0.67
Hex AA 7D DA 16 2B 0 F 10D 38 43
Octal 252 175 332 26 53 0 17 415 70 103
Binary 10101010 1111101 11011010 10110 101011 0 1111 100001101 111000 1000011

Color Harmonies of #AA7DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7DDA

Black with #AA7DDA

Text Example


Text Example

White with #AA7DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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