Html Css Color HEX #A989FF Light Slate Blue

📋 copy color: '#A989FF'

red 169 ◦ green 137 ◦ blue 255

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

Shades of Light Slate Blue #A989FF

Tints of Light Slate Blue #A989FF

RGB

 RED value IS 169 (66.41% from 255) = 30.12%

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

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

R = 30.12%
G = 24.42%
B = 45.45%

CMYK

 C value IS 0.34

 M value IS 0.46

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A989FF (or 0xA989FF) is known color: Light Slate Blue. HEX triplet: A9, 89 and FF. RGB value is (169,137,255). Sum of RGB (Red+Green+Blue) = 169+137+255=561 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.12% from 561); Green value is 137 (53.91% from 255 or 24.42% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #A989FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A989FF is #567600. Grayscale: #9F9F9F. Windows color (decimal): -5666305 or 16746921. OLE color: 16746921.

HSL color Cylindrical-coordinate representation of color #A989FF: hue angle of 256.27º 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 #A989FF is Cyan = 0.34, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 169 137 255 -
CMYK 0.34 0.46 0 0
HSL 256.27º 1% 0.77% -
HSV(B) 256.27º 0.46% 1% -
XYZ 43.36 33.55 98.8 -
YUV 160.02 181.6 134.41 -
System Red Green Blue C M Y K H S L
Decimal 169 137 255 0.34 0.46 0 0 256.27 1 0.77
Hex A9 89 FF 22 2E 0 0 100 64 4D
Octal 251 211 377 42 56 0 0 400 144 115
Binary 10101001 10001001 11111111 100010 101110 0 0 100000000 1100100 1001101

Color Harmonies of #A989FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A989FF

Black with #A989FF

Text Example


Text Example

White with #A989FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A989FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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