Html Css Color HEX #AA80FF Light Slate Blue

📋 copy color: '#AA80FF'

red 170 ◦ green 128 ◦ blue 255

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

Shades of Light Slate Blue #AA80FF

Tints of Light Slate Blue #AA80FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 46.11%

R = 30.74%
G = 23.15%
B = 46.11%

CMYK

 C value IS 0.33

 M value IS 0.50

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AA80FF (or 0xAA80FF) is known color: Light Slate Blue. HEX triplet: AA, 80 and FF. RGB value is (170,128,255). Sum of RGB (Red+Green+Blue) = 170+128+255=553 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.74% from 553); Green value is 128 (50.39% from 255 or 23.15% from 553); Blue value is 255 (100% from 255 or 46.11% from 553); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA80FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA80FF is #557F00. Grayscale: #9A9A9A. Windows color (decimal): -5603073 or 16744618. OLE color: 16744618.

HSL color Cylindrical-coordinate representation of color #AA80FF: hue angle of 259.84º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AA80FF is Cyan = 0.33, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 170 128 255 -
CMYK 0.33 0.50 0 0
HSL 259.84º 1% 0.75% -
HSV(B) 259.84º 0.5% 1% -
XYZ 42.35 31.2 98.4 -
YUV 155.04 184.41 138.67 -
System Red Green Blue C M Y K H S L
Decimal 170 128 255 0.33 0.50 0 0 259.84 1 0.75
Hex AA 80 FF 21 32 0 0 104 64 4B
Octal 252 200 377 41 62 0 0 404 144 113
Binary 10101010 10000000 11111111 100001 110010 0 0 100000100 1100100 1001011

Color Harmonies of #AA80FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA80FF

Black with #AA80FF

Text Example


Text Example

White with #AA80FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA80FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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