Html Css Color HEX #AA89FF Light Slate Blue

📋 copy color: '#AA89FF'

red 170 ◦ green 137 ◦ blue 255

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

Shades of Light Slate Blue #AA89FF

Tints of Light Slate Blue #AA89FF

RGB

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

 GREEN value IS 137 (53.91% from 255) = 24.38%

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

R = 30.25%
G = 24.38%
B = 45.37%

CMYK

 C value IS 0.33

 M value IS 0.46

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AA89FF (or 0xAA89FF) is known color: Light Slate Blue. HEX triplet: AA, 89 and FF. RGB value is (170,137,255). Sum of RGB (Red+Green+Blue) = 170+137+255=562 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.25% from 562); Green value is 137 (53.91% from 255 or 24.38% from 562); Blue value is 255 (100% from 255 or 45.37% from 562); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA89FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA89FF is #557600. Grayscale: #9F9F9F. Windows color (decimal): -5600769 or 16746922. OLE color: 16746922.

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

Color convert

RGB 170 137 255 -
CMYK 0.33 0.46 0 0
HSL 256.78º 1% 0.77% -
HSV(B) 256.78º 0.46% 1% -
XYZ 43.57 33.66 98.81 -
YUV 160.32 181.43 134.91 -
System Red Green Blue C M Y K H S L
Decimal 170 137 255 0.33 0.46 0 0 256.78 1 0.77
Hex AA 89 FF 21 2E 0 0 101 64 4D
Octal 252 211 377 41 56 0 0 401 144 115
Binary 10101010 10001001 11111111 100001 101110 0 0 100000001 1100100 1001101

Color Harmonies of #AA89FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA89FF

Black with #AA89FF

Text Example


Text Example

White with #AA89FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA89FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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