Html Css Color HEX #AA80E6 Medium Purple

📋 copy color: '#AA80E6'

red 170 ◦ green 128 ◦ blue 230

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

Shades of Medium Purple #AA80E6

Tints of Medium Purple #AA80E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 43.56%

R = 32.2%
G = 24.24%
B = 43.56%

CMYK

 C value IS 0.26

 M value IS 0.44

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AA80E6 (or 0xAA80E6) is known color: Medium Purple. HEX triplet: AA, 80 and E6. RGB value is (170,128,230). Sum of RGB (Red+Green+Blue) = 170+128+230=528 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.20% from 528); Green value is 128 (50.39% from 255 or 24.24% from 528); Blue value is 230 (90.23% from 255 or 43.56% from 528); Max value from RGB is 230 - color contains mainly: blue. Hex color #AA80E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA80E6 is #557F19. Grayscale: #979797. Windows color (decimal): -5603098 or 15106218. OLE color: 15106218.

HSL color Cylindrical-coordinate representation of color #AA80E6: hue angle of 264.71º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AA80E6 is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 170 128 230 -
CMYK 0.26 0.44 0 0.10
HSL 264.71º 0.67% 0.7% -
HSV(B) 264.71º 0.44% 0.9% -
XYZ 38.58 29.7 78.56 -
YUV 152.19 171.91 140.71 -
System Red Green Blue C M Y K H S L
Decimal 170 128 230 0.26 0.44 0 0.10 264.71 0.67 0.7
Hex AA 80 E6 1A 2C 0 A 109 43 46
Octal 252 200 346 32 54 0 12 411 103 106
Binary 10101010 10000000 11100110 11010 101100 0 1010 100001001 1000011 1000110

Color Harmonies of #AA80E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA80E6

Black with #AA80E6

Text Example


Text Example

White with #AA80E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA80E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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