Html Css Color HEX #A685FE Light Slate Blue

📋 copy color: '#A685FE'

red 166 ◦ green 133 ◦ blue 254

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

Shades of Light Slate Blue #A685FE

Tints of Light Slate Blue #A685FE

RGB

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

 GREEN value IS 133 (52.34% from 255) = 24.05%

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

R = 30.02%
G = 24.05%
B = 45.93%

CMYK

 C value IS 0.35

 M value IS 0.48

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A685FE (or 0xA685FE) is known color: Light Slate Blue. HEX triplet: A6, 85 and FE. RGB value is (166,133,254). Sum of RGB (Red+Green+Blue) = 166+133+254=553 (73% of max value = 765). Red value is 166 (65.23% from 255 or 30.02% from 553); Green value is 133 (52.34% from 255 or 24.05% from 553); Blue value is 254 (99.61% from 255 or 45.93% from 553); Max value from RGB is 254 - color contains mainly: blue. Hex color #A685FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A685FE is #597A01. Grayscale: #9C9C9C. Windows color (decimal): -5863938 or 16680358. OLE color: 16680358.

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

Color convert

RGB 166 133 254 -
CMYK 0.35 0.48 0 0.00
HSL 256.36º 0.98% 0.76% -
HSV(B) 256.36º 0.48% 1% -
XYZ 42 32.04 97.74 -
YUV 156.66 182.93 134.66 -
System Red Green Blue C M Y K H S L
Decimal 166 133 254 0.35 0.48 0 0.00 256.36 0.98 0.76
Hex A6 85 FE 23 30 0 0 100 62 4C
Octal 246 205 376 43 60 0 0 400 142 114
Binary 10100110 10000101 11111110 100011 110000 0 0 100000000 1100010 1001100

Color Harmonies of #A685FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A685FE

Black with #A685FE

Text Example


Text Example

White with #A685FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A685FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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