Html Css Color HEX #A681FF Light Slate Blue

📋 copy color: '#A681FF'

red 166 ◦ green 129 ◦ blue 255

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

Shades of Light Slate Blue #A681FF

Tints of Light Slate Blue #A681FF

RGB

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

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

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

R = 30.18%
G = 23.45%
B = 46.36%

CMYK

 C value IS 0.35

 M value IS 0.49

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A681FF (or 0xA681FF) is known color: Light Slate Blue. HEX triplet: A6, 81 and FF. RGB value is (166,129,255). Sum of RGB (Red+Green+Blue) = 166+129+255=550 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.18% from 550); Green value is 129 (50.78% from 255 or 23.45% from 550); Blue value is 255 (100% from 255 or 46.36% from 550); Max value from RGB is 255 - color contains mainly: blue. Hex color #A681FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A681FF is #597E00. Grayscale: #999999. Windows color (decimal): -5864961 or 16744870. OLE color: 16744870.

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

Color convert

RGB 166 129 255 -
CMYK 0.35 0.49 0 0
HSL 257.62º 1% 0.75% -
HSV(B) 257.62º 0.49% 1% -
XYZ 41.63 31.03 98.4 -
YUV 154.43 184.76 136.25 -
System Red Green Blue C M Y K H S L
Decimal 166 129 255 0.35 0.49 0 0 257.62 1 0.75
Hex A6 81 FF 23 31 0 0 102 64 4B
Octal 246 201 377 43 61 0 0 402 144 113
Binary 10100110 10000001 11111111 100011 110001 0 0 100000010 1100100 1001011

Color Harmonies of #A681FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A681FF

Black with #A681FF

Text Example


Text Example

White with #A681FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A681FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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