Html Css Color HEX #AA80F6 Medium Purple

📋 copy color: '#AA80F6'

red 170 ◦ green 128 ◦ blue 246

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

Shades of Medium Purple #AA80F6

Tints of Medium Purple #AA80F6

RGB

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

 GREEN value IS 128 (50.39% from 255) = 23.53%

 BLUE value IS 246 (96.48% from 255) = 45.22%

R = 31.25%
G = 23.53%
B = 45.22%

CMYK

 C value IS 0.31

 M value IS 0.48

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AA80F6 (or 0xAA80F6) is known color: Medium Purple. HEX triplet: AA, 80 and F6. RGB value is (170,128,246). Sum of RGB (Red+Green+Blue) = 170+128+246=544 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.25% from 544); Green value is 128 (50.39% from 255 or 23.53% from 544); Blue value is 246 (96.48% from 255 or 45.22% from 544); Max value from RGB is 246 - color contains mainly: blue. Hex color #AA80F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA80F6 is #557F09. Grayscale: #999999. Windows color (decimal): -5603082 or 16154794. OLE color: 16154794.

HSL color Cylindrical-coordinate representation of color #AA80F6: hue angle of 261.36º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AA80F6 is Cyan = 0.31, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 170 128 246 -
CMYK 0.31 0.48 0 0.04
HSL 261.36º 0.87% 0.73% -
HSV(B) 261.36º 0.48% 0.96% -
XYZ 40.93 30.64 90.95 -
YUV 154.01 179.91 139.41 -
System Red Green Blue C M Y K H S L
Decimal 170 128 246 0.31 0.48 0 0.04 261.36 0.87 0.73
Hex AA 80 F6 1F 30 0 4 105 57 49
Octal 252 200 366 37 60 0 4 405 127 111
Binary 10101010 10000000 11110110 11111 110000 0 100 100000101 1010111 1001001

Color Harmonies of #AA80F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA80F6

Black with #AA80F6

Text Example


Text Example

White with #AA80F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA80F6; }

 p { color: rgb(170,128,246); }

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

background-color css

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

 a { background-color: rgb(170,128,246); }

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

border-color css

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

 span { border-color: rgb(170,128,246); }

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