Html Css Color HEX #AA8BFF Light Slate Blue

📋 copy color: '#AA8BFF'

red 170 ◦ green 139 ◦ blue 255

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

Shades of Light Slate Blue #AA8BFF

Tints of Light Slate Blue #AA8BFF

RGB

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

 GREEN value IS 139 (54.69% from 255) = 24.65%

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

R = 30.14%
G = 24.65%
B = 45.21%

CMYK

 C value IS 0.33

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AA8BFF (or 0xAA8BFF) is known color: Light Slate Blue. HEX triplet: AA, 8B and FF. RGB value is (170,139,255). Sum of RGB (Red+Green+Blue) = 170+139+255=564 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.14% from 564); Green value is 139 (54.69% from 255 or 24.65% from 564); Blue value is 255 (100% from 255 or 45.21% from 564); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA8BFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA8BFF is #557400. Grayscale: #A1A1A1. Windows color (decimal): -5600257 or 16747434. OLE color: 16747434.

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

Color convert

RGB 170 139 255 -
CMYK 0.33 0.45 0 0
HSL 256.03º 1% 0.77% -
HSV(B) 256.03º 0.45% 1% -
XYZ 43.86 34.23 98.9 -
YUV 161.49 180.77 134.07 -
System Red Green Blue C M Y K H S L
Decimal 170 139 255 0.33 0.45 0 0 256.03 1 0.77
Hex AA 8B FF 21 2D 0 0 100 64 4D
Octal 252 213 377 41 55 0 0 400 144 115
Binary 10101010 10001011 11111111 100001 101101 0 0 100000000 1100100 1001101

Color Harmonies of #AA8BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8BFF

Black with #AA8BFF

Text Example


Text Example

White with #AA8BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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