Html Css Color HEX #A881FE Light Slate Blue

📋 copy color: '#A881FE'

red 168 ◦ green 129 ◦ blue 254

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

Shades of Light Slate Blue #A881FE

Tints of Light Slate Blue #A881FE

RGB

 RED value IS 168 (66.02% from 255) = 30.49%

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

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

R = 30.49%
G = 23.41%
B = 46.1%

CMYK

 C value IS 0.34

 M value IS 0.49

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A881FE (or 0xA881FE) is known color: Light Slate Blue. HEX triplet: A8, 81 and FE. RGB value is (168,129,254). Sum of RGB (Red+Green+Blue) = 168+129+254=551 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.49% from 551); Green value is 129 (50.78% from 255 or 23.41% from 551); Blue value is 254 (99.61% from 255 or 46.10% from 551); Max value from RGB is 254 - color contains mainly: blue. Hex color #A881FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A881FE is #577E01. Grayscale: #9A9A9A. Windows color (decimal): -5733890 or 16679336. OLE color: 16679336.

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

Color convert

RGB 168 129 254 -
CMYK 0.34 0.49 0 0.00
HSL 258.72º 0.98% 0.75% -
HSV(B) 258.72º 0.49% 1% -
XYZ 41.89 31.18 97.58 -
YUV 154.91 183.92 137.34 -
System Red Green Blue C M Y K H S L
Decimal 168 129 254 0.34 0.49 0 0.00 258.72 0.98 0.75
Hex A8 81 FE 22 31 0 0 103 62 4B
Octal 250 201 376 42 61 0 0 403 142 113
Binary 10101000 10000001 11111110 100010 110001 0 0 100000011 1100010 1001011

Color Harmonies of #A881FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A881FE

Black with #A881FE

Text Example


Text Example

White with #A881FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A881FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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