Html Css Color HEX #AA76EB Medium Purple

📋 copy color: '#AA76EB'

red 170 ◦ green 118 ◦ blue 235

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

Shades of Medium Purple #AA76EB

Tints of Medium Purple #AA76EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 44.93%

R = 32.5%
G = 22.56%
B = 44.93%

CMYK

 C value IS 0.28

 M value IS 0.50

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AA76EB (or 0xAA76EB) is known color: Medium Purple. HEX triplet: AA, 76 and EB. RGB value is (170,118,235). Sum of RGB (Red+Green+Blue) = 170+118+235=523 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.50% from 523); Green value is 118 (46.48% from 255 or 22.56% from 523); Blue value is 235 (92.19% from 255 or 44.93% from 523); Max value from RGB is 235 - color contains mainly: blue. Hex color #AA76EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA76EB is #558914. Grayscale: #929292. Windows color (decimal): -5605653 or 15431338. OLE color: 15431338.

HSL color Cylindrical-coordinate representation of color #AA76EB: hue angle of 266.67º degrees, saturation: 0.75, 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 #AA76EB is Cyan = 0.28, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 170 118 235 -
CMYK 0.28 0.50 0 0.08
HSL 266.67º 0.75% 0.69% -
HSV(B) 266.67º 0.5% 0.92% -
XYZ 38.05 27.5 81.9 -
YUV 146.89 177.73 144.49 -
System Red Green Blue C M Y K H S L
Decimal 170 118 235 0.28 0.50 0 0.08 266.67 0.75 0.69
Hex AA 76 EB 1C 32 0 8 10B 4B 45
Octal 252 166 353 34 62 0 10 413 113 105
Binary 10101010 1110110 11101011 11100 110010 0 1000 100001011 1001011 1000101

Color Harmonies of #AA76EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA76EB

Black with #AA76EB

Text Example


Text Example

White with #AA76EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA76EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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