Html Css Color HEX #AA76EA Medium Purple

📋 copy color: '#AA76EA'

red 170 ◦ green 118 ◦ blue 234

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

Shades of Medium Purple #AA76EA

Tints of Medium Purple #AA76EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 44.83%

R = 32.57%
G = 22.61%
B = 44.83%

CMYK

 C value IS 0.27

 M value IS 0.50

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AA76EA (or 0xAA76EA) is known color: Medium Purple. HEX triplet: AA, 76 and EA. RGB value is (170,118,234). Sum of RGB (Red+Green+Blue) = 170+118+234=522 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.57% from 522); Green value is 118 (46.48% from 255 or 22.61% from 522); Blue value is 234 (91.80% from 255 or 44.83% from 522); Max value from RGB is 234 - color contains mainly: blue. Hex color #AA76EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA76EA is #558915. Grayscale: #929292. Windows color (decimal): -5605654 or 15365802. OLE color: 15365802.

HSL color Cylindrical-coordinate representation of color #AA76EA: hue angle of 266.9º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AA76EA is Cyan = 0.27, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 170 118 234 -
CMYK 0.27 0.50 0 0.08
HSL 266.9º 0.73% 0.69% -
HSV(B) 266.9º 0.5% 0.92% -
XYZ 37.91 27.44 81.14 -
YUV 146.77 177.23 144.57 -
System Red Green Blue C M Y K H S L
Decimal 170 118 234 0.27 0.50 0 0.08 266.9 0.73 0.69
Hex AA 76 EA 1B 32 0 8 10B 49 45
Octal 252 166 352 33 62 0 10 413 111 105
Binary 10101010 1110110 11101010 11011 110010 0 1000 100001011 1001001 1000101

Color Harmonies of #AA76EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA76EA

Black with #AA76EA

Text Example


Text Example

White with #AA76EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA76EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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