Html Css Color HEX #AA7EE6 Medium Purple

📋 copy color: '#AA7EE6'

red 170 ◦ green 126 ◦ blue 230

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

Shades of Medium Purple #AA7EE6

Tints of Medium Purple #AA7EE6

RGB

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

 GREEN value IS 126 (49.61% from 255) = 23.95%

 BLUE value IS 230 (90.23% from 255) = 43.73%

R = 32.32%
G = 23.95%
B = 43.73%

CMYK

 C value IS 0.26

 M value IS 0.45

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AA7EE6 (or 0xAA7EE6) is known color: Medium Purple. HEX triplet: AA, 7E and E6. RGB value is (170,126,230). Sum of RGB (Red+Green+Blue) = 170+126+230=526 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.32% from 526); Green value is 126 (49.61% from 255 or 23.95% from 526); Blue value is 230 (90.23% from 255 or 43.73% from 526); Max value from RGB is 230 - color contains mainly: blue. Hex color #AA7EE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA7EE6 is #558119. Grayscale: #969696. Windows color (decimal): -5603610 or 15105706. OLE color: 15105706.

HSL color Cylindrical-coordinate representation of color #AA7EE6: hue angle of 265.38º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AA7EE6 is Cyan = 0.26, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 170 126 230 -
CMYK 0.26 0.45 0 0.10
HSL 265.38º 0.68% 0.7% -
HSV(B) 265.38º 0.45% 0.9% -
XYZ 38.32 29.18 78.48 -
YUV 151.01 172.58 141.54 -
System Red Green Blue C M Y K H S L
Decimal 170 126 230 0.26 0.45 0 0.10 265.38 0.68 0.7
Hex AA 7E E6 1A 2D 0 A 109 44 46
Octal 252 176 346 32 55 0 12 411 104 106
Binary 10101010 1111110 11100110 11010 101101 0 1010 100001001 1000100 1000110

Color Harmonies of #AA7EE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7EE6

Black with #AA7EE6

Text Example


Text Example

White with #AA7EE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7EE6; }

 p { color: rgb(170,126,230); }

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

background-color css

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

 a { background-color: rgb(170,126,230); }

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

border-color css

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

 span { border-color: rgb(170,126,230); }

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