Html Css Color HEX #AA79FE Medium Purple

📋 copy color: '#AA79FE'

red 170 ◦ green 121 ◦ blue 254

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

Shades of Medium Purple #AA79FE

Tints of Medium Purple #AA79FE

RGB

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

 GREEN value IS 121 (47.66% from 255) = 22.2%

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

R = 31.19%
G = 22.2%
B = 46.61%

CMYK

 C value IS 0.33

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AA79FE (or 0xAA79FE) is known color: Medium Purple. HEX triplet: AA, 79 and FE. RGB value is (170,121,254). Sum of RGB (Red+Green+Blue) = 170+121+254=545 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.19% from 545); Green value is 121 (47.66% from 255 or 22.20% from 545); Blue value is 254 (99.61% from 255 or 46.61% from 545); Max value from RGB is 254 - color contains mainly: blue. Hex color #AA79FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA79FE is #558601. Grayscale: #969696. Windows color (decimal): -5604866 or 16677290. OLE color: 16677290.

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

Color convert

RGB 170 121 254 -
CMYK 0.33 0.52 0 0.00
HSL 262.11º 0.99% 0.74% -
HSV(B) 262.11º 0.52% 1% -
XYZ 41.3 29.38 97.26 -
YUV 150.81 186.23 141.69 -
System Red Green Blue C M Y K H S L
Decimal 170 121 254 0.33 0.52 0 0.00 262.11 0.99 0.74
Hex AA 79 FE 21 34 0 0 106 63 4A
Octal 252 171 376 41 64 0 0 406 143 112
Binary 10101010 1111001 11111110 100001 110100 0 0 100000110 1100011 1001010

Color Harmonies of #AA79FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA79FE

Black with #AA79FE

Text Example


Text Example

White with #AA79FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA79FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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