Html Css Color HEX #AA7DF2 Medium Purple

📋 copy color: '#AA7DF2'

red 170 ◦ green 125 ◦ blue 242

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

Shades of Medium Purple #AA7DF2

Tints of Medium Purple #AA7DF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 45.07%

R = 31.66%
G = 23.28%
B = 45.07%

CMYK

 C value IS 0.30

 M value IS 0.48

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AA7DF2 (or 0xAA7DF2) is known color: Medium Purple. HEX triplet: AA, 7D and F2. RGB value is (170,125,242). Sum of RGB (Red+Green+Blue) = 170+125+242=537 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.66% from 537); Green value is 125 (49.22% from 255 or 23.28% from 537); Blue value is 242 (94.92% from 255 or 45.07% from 537); Max value from RGB is 242 - color contains mainly: blue. Hex color #AA7DF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA7DF2 is #55820D. Grayscale: #979797. Windows color (decimal): -5603854 or 15891882. OLE color: 15891882.

HSL color Cylindrical-coordinate representation of color #AA7DF2: hue angle of 263.08º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AA7DF2 is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 170 125 242 -
CMYK 0.30 0.48 0 0.05
HSL 263.08º 0.82% 0.72% -
HSV(B) 263.08º 0.48% 0.95% -
XYZ 39.94 29.62 87.62 -
YUV 151.79 178.91 140.99 -
System Red Green Blue C M Y K H S L
Decimal 170 125 242 0.30 0.48 0 0.05 263.08 0.82 0.72
Hex AA 7D F2 1E 30 0 5 107 52 48
Octal 252 175 362 36 60 0 5 407 122 110
Binary 10101010 1111101 11110010 11110 110000 0 101 100000111 1010010 1001000

Color Harmonies of #AA7DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7DF2

Black with #AA7DF2

Text Example


Text Example

White with #AA7DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7DF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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