Html Css Color HEX #A685FF Light Slate Blue

📋 copy color: '#A685FF'

red 166 ◦ green 133 ◦ blue 255

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

Shades of Light Slate Blue #A685FF

Tints of Light Slate Blue #A685FF

RGB

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

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

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

R = 29.96%
G = 24.01%
B = 46.03%

CMYK

 C value IS 0.35

 M value IS 0.48

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A685FF (or 0xA685FF) is known color: Light Slate Blue. HEX triplet: A6, 85 and FF. RGB value is (166,133,255). Sum of RGB (Red+Green+Blue) = 166+133+255=554 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.96% from 554); Green value is 133 (52.34% from 255 or 24.01% from 554); Blue value is 255 (100% from 255 or 46.03% from 554); Max value from RGB is 255 - color contains mainly: blue. Hex color #A685FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A685FF is #597A00. Grayscale: #9C9C9C. Windows color (decimal): -5863937 or 16745894. OLE color: 16745894.

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

Color convert

RGB 166 133 255 -
CMYK 0.35 0.48 0 0
HSL 256.23º 1% 0.76% -
HSV(B) 256.23º 0.48% 1% -
XYZ 42.16 32.1 98.58 -
YUV 156.78 183.43 134.58 -
System Red Green Blue C M Y K H S L
Decimal 166 133 255 0.35 0.48 0 0 256.23 1 0.76
Hex A6 85 FF 23 30 0 0 100 64 4C
Octal 246 205 377 43 60 0 0 400 144 114
Binary 10100110 10000101 11111111 100011 110000 0 0 100000000 1100100 1001100

Color Harmonies of #A685FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A685FF

Black with #A685FF

Text Example


Text Example

White with #A685FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A685FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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