Html Css Color HEX #AA76E7 Medium Purple

📋 copy color: '#AA76E7'

red 170 ◦ green 118 ◦ blue 231

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

Shades of Medium Purple #AA76E7

Tints of Medium Purple #AA76E7

RGB

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

 GREEN value IS 118 (46.48% from 255) = 22.74%

 BLUE value IS 231 (90.63% from 255) = 44.51%

R = 32.76%
G = 22.74%
B = 44.51%

CMYK

 C value IS 0.26

 M value IS 0.49

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AA76E7 (or 0xAA76E7) is known color: Medium Purple. HEX triplet: AA, 76 and E7. RGB value is (170,118,231). Sum of RGB (Red+Green+Blue) = 170+118+231=519 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.76% from 519); Green value is 118 (46.48% from 255 or 22.74% from 519); Blue value is 231 (90.62% from 255 or 44.51% from 519); Max value from RGB is 231 - color contains mainly: blue. Hex color #AA76E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA76E7 is #558918. Grayscale: #929292. Windows color (decimal): -5605657 or 15169194. OLE color: 15169194.

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

Color convert

RGB 170 118 231 -
CMYK 0.26 0.49 0 0.09
HSL 267.61º 0.7% 0.68% -
HSV(B) 267.61º 0.49% 0.91% -
XYZ 37.48 27.27 78.89 -
YUV 146.43 175.73 144.81 -
System Red Green Blue C M Y K H S L
Decimal 170 118 231 0.26 0.49 0 0.09 267.61 0.7 0.68
Hex AA 76 E7 1A 31 0 9 10C 46 44
Octal 252 166 347 32 61 0 11 414 106 104
Binary 10101010 1110110 11100111 11010 110001 0 1001 100001100 1000110 1000100

Color Harmonies of #AA76E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA76E7

Black with #AA76E7

Text Example


Text Example

White with #AA76E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA76E7; }

 p { color: rgb(170,118,231); }

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

background-color css

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

 a { background-color: rgb(170,118,231); }

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

border-color css

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

 span { border-color: rgb(170,118,231); }

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