Html Css Color HEX #AA80FE Light Slate Blue

📋 copy color: '#AA80FE'

red 170 ◦ green 128 ◦ blue 254

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

Shades of Light Slate Blue #AA80FE

Tints of Light Slate Blue #AA80FE

RGB

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

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

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

R = 30.8%
G = 23.19%
B = 46.01%

CMYK

 C value IS 0.33

 M value IS 0.50

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AA80FE (or 0xAA80FE) is known color: Light Slate Blue. HEX triplet: AA, 80 and FE. RGB value is (170,128,254). Sum of RGB (Red+Green+Blue) = 170+128+254=552 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.80% from 552); Green value is 128 (50.39% from 255 or 23.19% from 552); Blue value is 254 (99.61% from 255 or 46.01% from 552); Max value from RGB is 254 - color contains mainly: blue. Hex color #AA80FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA80FE is #557F01. Grayscale: #9A9A9A. Windows color (decimal): -5603074 or 16679082. OLE color: 16679082.

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

Color convert

RGB 170 128 254 -
CMYK 0.33 0.50 0 0.00
HSL 260º 0.98% 0.75% -
HSV(B) 260º 0.5% 1% -
XYZ 42.19 31.14 97.55 -
YUV 154.92 183.91 138.75 -
System Red Green Blue C M Y K H S L
Decimal 170 128 254 0.33 0.50 0 0.00 260 0.98 0.75
Hex AA 80 FE 21 32 0 0 104 62 4B
Octal 252 200 376 41 62 0 0 404 142 113
Binary 10101010 10000000 11111110 100001 110010 0 0 100000100 1100010 1001011

Color Harmonies of #AA80FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA80FE

Black with #AA80FE

Text Example


Text Example

White with #AA80FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA80FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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