Html Css Color HEX #A682FE Light Slate Blue

📋 copy color: '#A682FE'

red 166 ◦ green 130 ◦ blue 254

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

Shades of Light Slate Blue #A682FE

Tints of Light Slate Blue #A682FE

RGB

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

 GREEN value IS 130 (51.17% from 255) = 23.64%

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

R = 30.18%
G = 23.64%
B = 46.18%

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

#A682FE (or 0xA682FE) is known color: Light Slate Blue. HEX triplet: A6, 82 and FE. RGB value is (166,130,254). Sum of RGB (Red+Green+Blue) = 166+130+254=550 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.18% from 550); Green value is 130 (51.17% from 255 or 23.64% from 550); Blue value is 254 (99.61% from 255 or 46.18% from 550); Max value from RGB is 254 - color contains mainly: blue. Hex color #A682FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A682FE is #597D01. Grayscale: #9A9A9A. Windows color (decimal): -5864706 or 16679590. OLE color: 16679590.

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

Color convert

RGB 166 130 254 -
CMYK 0.35 0.49 0 0.00
HSL 257.42º 0.98% 0.75% -
HSV(B) 257.42º 0.49% 1% -
XYZ 41.6 31.23 97.6 -
YUV 154.9 183.93 135.92 -
System Red Green Blue C M Y K H S L
Decimal 166 130 254 0.35 0.49 0 0.00 257.42 0.98 0.75
Hex A6 82 FE 23 31 0 0 101 62 4B
Octal 246 202 376 43 61 0 0 401 142 113
Binary 10100110 10000010 11111110 100011 110001 0 0 100000001 1100010 1001011

Color Harmonies of #A682FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A682FE

Black with #A682FE

Text Example


Text Example

White with #A682FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A682FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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