Html Css Color HEX #AA7DEE Medium Purple

📋 copy color: '#AA7DEE'

red 170 ◦ green 125 ◦ blue 238

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

Shades of Medium Purple #AA7DEE

Tints of Medium Purple #AA7DEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 44.65%

R = 31.89%
G = 23.45%
B = 44.65%

CMYK

 C value IS 0.29

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA7DEE (or 0xAA7DEE) is known color: Medium Purple. HEX triplet: AA, 7D and EE. RGB value is (170,125,238). Sum of RGB (Red+Green+Blue) = 170+125+238=533 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.89% from 533); Green value is 125 (49.22% from 255 or 23.45% from 533); Blue value is 238 (93.36% from 255 or 44.65% from 533); Max value from RGB is 238 - color contains mainly: blue. Hex color #AA7DEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA7DEE is #558211. Grayscale: #969696. Windows color (decimal): -5603858 or 15629738. OLE color: 15629738.

HSL color Cylindrical-coordinate representation of color #AA7DEE: hue angle of 263.89º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AA7DEE is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 125 238 -
CMYK 0.29 0.47 0 0.07
HSL 263.89º 0.77% 0.71% -
HSV(B) 263.89º 0.47% 0.93% -
XYZ 39.34 29.39 84.49 -
YUV 151.34 176.91 141.31 -
System Red Green Blue C M Y K H S L
Decimal 170 125 238 0.29 0.47 0 0.07 263.89 0.77 0.71
Hex AA 7D EE 1D 2F 0 7 108 4D 47
Octal 252 175 356 35 57 0 7 410 115 107
Binary 10101010 1111101 11101110 11101 101111 0 111 100001000 1001101 1000111

Color Harmonies of #AA7DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7DEE

Black with #AA7DEE

Text Example


Text Example

White with #AA7DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7DEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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