Html Css Color HEX #A988FE Light Slate Blue

📋 copy color: '#A988FE'

red 169 ◦ green 136 ◦ blue 254

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

Shades of Light Slate Blue #A988FE

Tints of Light Slate Blue #A988FE

RGB

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

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

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

R = 30.23%
G = 24.33%
B = 45.44%

CMYK

 C value IS 0.33

 M value IS 0.46

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A988FE (or 0xA988FE) is known color: Light Slate Blue. HEX triplet: A9, 88 and FE. RGB value is (169,136,254). Sum of RGB (Red+Green+Blue) = 169+136+254=559 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.23% from 559); Green value is 136 (53.52% from 255 or 24.33% from 559); Blue value is 254 (99.61% from 255 or 45.44% from 559); Max value from RGB is 254 - color contains mainly: blue. Hex color #A988FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A988FE is #567701. Grayscale: #9E9E9E. Windows color (decimal): -5666562 or 16681129. OLE color: 16681129.

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

Color convert

RGB 169 136 254 -
CMYK 0.33 0.46 0 0.00
HSL 256.78º 0.98% 0.76% -
HSV(B) 256.78º 0.46% 1% -
XYZ 43.06 33.2 97.9 -
YUV 159.32 181.43 134.91 -
System Red Green Blue C M Y K H S L
Decimal 169 136 254 0.33 0.46 0 0.00 256.78 0.98 0.76
Hex A9 88 FE 21 2E 0 0 101 62 4C
Octal 251 210 376 41 56 0 0 401 142 114
Binary 10101001 10001000 11111110 100001 101110 0 0 100000001 1100010 1001100

Color Harmonies of #A988FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A988FE

Black with #A988FE

Text Example


Text Example

White with #A988FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A988FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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