Html Css Color HEX #AA76FE Medium Purple

📋 copy color: '#AA76FE'

red 170 ◦ green 118 ◦ blue 254

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

Shades of Medium Purple #AA76FE

Tints of Medium Purple #AA76FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 46.86%

R = 31.37%
G = 21.77%
B = 46.86%

CMYK

 C value IS 0.33

 M value IS 0.54

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AA76FE (or 0xAA76FE) is known color: Medium Purple. HEX triplet: AA, 76 and FE. RGB value is (170,118,254). Sum of RGB (Red+Green+Blue) = 170+118+254=542 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.37% from 542); Green value is 118 (46.48% from 255 or 21.77% from 542); Blue value is 254 (99.61% from 255 or 46.86% from 542); Max value from RGB is 254 - color contains mainly: blue. Hex color #AA76FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA76FE is #558901. Grayscale: #949494. Windows color (decimal): -5605634 or 16676522. OLE color: 16676522.

HSL color Cylindrical-coordinate representation of color #AA76FE: hue angle of 262.94º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AA76FE is Cyan = 0.33, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 170 118 254 -
CMYK 0.33 0.54 0 0.00
HSL 262.94º 0.99% 0.73% -
HSV(B) 262.94º 0.54% 1% -
XYZ 40.95 28.66 97.14 -
YUV 149.05 187.23 142.94 -
System Red Green Blue C M Y K H S L
Decimal 170 118 254 0.33 0.54 0 0.00 262.94 0.99 0.73
Hex AA 76 FE 21 36 0 0 107 63 49
Octal 252 166 376 41 66 0 0 407 143 111
Binary 10101010 1110110 11111110 100001 110110 0 0 100000111 1100011 1001001

Color Harmonies of #AA76FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA76FE

Black with #AA76FE

Text Example


Text Example

White with #AA76FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA76FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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