Html Css Color HEX #A981FE Light Slate Blue

📋 copy color: '#A981FE'

red 169 ◦ green 129 ◦ blue 254

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

Shades of Light Slate Blue #A981FE

Tints of Light Slate Blue #A981FE

RGB

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

 GREEN value IS 129 (50.78% from 255) = 23.37%

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

R = 30.62%
G = 23.37%
B = 46.01%

CMYK

 C value IS 0.33

 M value IS 0.49

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A981FE (or 0xA981FE) is known color: Light Slate Blue. HEX triplet: A9, 81 and FE. RGB value is (169,129,254). Sum of RGB (Red+Green+Blue) = 169+129+254=552 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.62% from 552); Green value is 129 (50.78% from 255 or 23.37% from 552); Blue value is 254 (99.61% from 255 or 46.01% from 552); Max value from RGB is 254 - color contains mainly: blue. Hex color #A981FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A981FE is #567E01. Grayscale: #9A9A9A. Windows color (decimal): -5668354 or 16679337. OLE color: 16679337.

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

Color convert

RGB 169 129 254 -
CMYK 0.33 0.49 0 0.00
HSL 259.2º 0.98% 0.75% -
HSV(B) 259.2º 0.49% 1% -
XYZ 42.1 31.29 97.59 -
YUV 155.21 183.75 137.84 -
System Red Green Blue C M Y K H S L
Decimal 169 129 254 0.33 0.49 0 0.00 259.2 0.98 0.75
Hex A9 81 FE 21 31 0 0 103 62 4B
Octal 251 201 376 41 61 0 0 403 142 113
Binary 10101001 10000001 11111110 100001 110001 0 0 100000011 1100010 1001011

Color Harmonies of #A981FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A981FE

Black with #A981FE

Text Example


Text Example

White with #A981FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A981FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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