Html Css Color HEX #A988FF Light Slate Blue

📋 copy color: '#A988FF'

red 169 ◦ green 136 ◦ blue 255

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

Shades of Light Slate Blue #A988FF

Tints of Light Slate Blue #A988FF

RGB

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

 GREEN value IS 136 (53.52% from 255) = 24.29%

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

R = 30.18%
G = 24.29%
B = 45.54%

CMYK

 C value IS 0.34

 M value IS 0.47

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A988FF (or 0xA988FF) is known color: Light Slate Blue. HEX triplet: A9, 88 and FF. RGB value is (169,136,255). Sum of RGB (Red+Green+Blue) = 169+136+255=560 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.18% from 560); Green value is 136 (53.52% from 255 or 24.29% from 560); Blue value is 255 (100% from 255 or 45.54% from 560); Max value from RGB is 255 - color contains mainly: blue. Hex color #A988FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A988FF is #567700. Grayscale: #9E9E9E. Windows color (decimal): -5666561 or 16746665. OLE color: 16746665.

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

Color convert

RGB 169 136 255 -
CMYK 0.34 0.47 0 0
HSL 256.64º 1% 0.77% -
HSV(B) 256.64º 0.47% 1% -
XYZ 43.22 33.26 98.75 -
YUV 159.43 181.93 134.82 -
System Red Green Blue C M Y K H S L
Decimal 169 136 255 0.34 0.47 0 0 256.64 1 0.77
Hex A9 88 FF 22 2F 0 0 101 64 4D
Octal 251 210 377 42 57 0 0 401 144 115
Binary 10101001 10001000 11111111 100010 101111 0 0 100000001 1100100 1001101

Color Harmonies of #A988FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A988FF

Black with #A988FF

Text Example


Text Example

White with #A988FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A988FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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