Html Css Color HEX #AA7DF4 Medium Purple

📋 copy color: '#AA7DF4'

red 170 ◦ green 125 ◦ blue 244

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

Shades of Medium Purple #AA7DF4

Tints of Medium Purple #AA7DF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 45.27%

R = 31.54%
G = 23.19%
B = 45.27%

CMYK

 C value IS 0.30

 M value IS 0.49

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AA7DF4 (or 0xAA7DF4) is known color: Medium Purple. HEX triplet: AA, 7D and F4. RGB value is (170,125,244). Sum of RGB (Red+Green+Blue) = 170+125+244=539 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.54% from 539); Green value is 125 (49.22% from 255 or 23.19% from 539); Blue value is 244 (95.70% from 255 or 45.27% from 539); Max value from RGB is 244 - color contains mainly: blue. Hex color #AA7DF4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA7DF4 is #55820B. Grayscale: #979797. Windows color (decimal): -5603852 or 16022954. OLE color: 16022954.

HSL color Cylindrical-coordinate representation of color #AA7DF4: hue angle of 262.69º degrees, saturation: 0.84, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AA7DF4 is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 170 125 244 -
CMYK 0.30 0.49 0 0.04
HSL 262.69º 0.84% 0.72% -
HSV(B) 262.69º 0.49% 0.96% -
XYZ 40.24 29.74 89.21 -
YUV 152.02 179.91 140.82 -
System Red Green Blue C M Y K H S L
Decimal 170 125 244 0.30 0.49 0 0.04 262.69 0.84 0.72
Hex AA 7D F4 1E 31 0 4 107 54 48
Octal 252 175 364 36 61 0 4 407 124 110
Binary 10101010 1111101 11110100 11110 110001 0 100 100000111 1010100 1001000

Color Harmonies of #AA7DF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7DF4

Black with #AA7DF4

Text Example


Text Example

White with #AA7DF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7DF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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