Html Css Color HEX #A681FE Light Slate Blue

📋 copy color: '#A681FE'

red 166 ◦ green 129 ◦ blue 254

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

Shades of Light Slate Blue #A681FE

Tints of Light Slate Blue #A681FE

RGB

 RED value IS 166 (65.23% from 255) = 30.24%

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

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

R = 30.24%
G = 23.5%
B = 46.27%

CMYK

 C value IS 0.35

 M value IS 0.49

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A681FE (or 0xA681FE) is known color: Light Slate Blue. HEX triplet: A6, 81 and FE. RGB value is (166,129,254). Sum of RGB (Red+Green+Blue) = 166+129+254=549 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.24% from 549); Green value is 129 (50.78% from 255 or 23.50% from 549); Blue value is 254 (99.61% from 255 or 46.27% from 549); Max value from RGB is 254 - color contains mainly: blue. Hex color #A681FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A681FE is #597E01. Grayscale: #999999. Windows color (decimal): -5864962 or 16679334. OLE color: 16679334.

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

Color convert

RGB 166 129 254 -
CMYK 0.35 0.49 0 0.00
HSL 257.76º 0.98% 0.75% -
HSV(B) 257.76º 0.49% 1% -
XYZ 41.47 30.96 97.56 -
YUV 154.31 184.26 136.34 -
System Red Green Blue C M Y K H S L
Decimal 166 129 254 0.35 0.49 0 0.00 257.76 0.98 0.75
Hex A6 81 FE 23 31 0 0 102 62 4B
Octal 246 201 376 43 61 0 0 402 142 113
Binary 10100110 10000001 11111110 100011 110001 0 0 100000010 1100010 1001011

Color Harmonies of #A681FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A681FE

Black with #A681FE

Text Example


Text Example

White with #A681FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A681FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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