Html Css Color HEX #A681FC Light Slate Blue

📋 copy color: '#A681FC'

red 166 ◦ green 129 ◦ blue 252

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

Shades of Light Slate Blue #A681FC

Tints of Light Slate Blue #A681FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 46.07%

R = 30.35%
G = 23.58%
B = 46.07%

CMYK

 C value IS 0.34

 M value IS 0.49

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A681FC (or 0xA681FC) is known color: Light Slate Blue. HEX triplet: A6, 81 and FC. RGB value is (166,129,252). Sum of RGB (Red+Green+Blue) = 166+129+252=547 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.35% from 547); Green value is 129 (50.78% from 255 or 23.58% from 547); Blue value is 252 (98.83% from 255 or 46.07% from 547); Max value from RGB is 252 - color contains mainly: blue. Hex color #A681FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A681FC is #597E03. Grayscale: #999999. Windows color (decimal): -5864964 or 16548262. OLE color: 16548262.

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

Color convert

RGB 166 129 252 -
CMYK 0.34 0.49 0 0.01
HSL 258.05º 0.95% 0.75% -
HSV(B) 258.05º 0.49% 0.99% -
XYZ 41.15 30.84 95.88 -
YUV 154.09 183.26 136.5 -
System Red Green Blue C M Y K H S L
Decimal 166 129 252 0.34 0.49 0 0.01 258.05 0.95 0.75
Hex A6 81 FC 22 31 0 1 102 5F 4B
Octal 246 201 374 42 61 0 1 402 137 113
Binary 10100110 10000001 11111100 100010 110001 0 1 100000010 1011111 1001011

Color Harmonies of #A681FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A681FC

Black with #A681FC

Text Example


Text Example

White with #A681FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A681FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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