Html Css Color HEX #A684FF Light Slate Blue

📋 copy color: '#A684FF'

red 166 ◦ green 132 ◦ blue 255

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

Shades of Light Slate Blue #A684FF

Tints of Light Slate Blue #A684FF

RGB

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

 GREEN value IS 132 (51.95% from 255) = 23.87%

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

R = 30.02%
G = 23.87%
B = 46.11%

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

#A684FF (or 0xA684FF) is known color: Light Slate Blue. HEX triplet: A6, 84 and FF. RGB value is (166,132,255). Sum of RGB (Red+Green+Blue) = 166+132+255=553 (73% of max value = 765). Red value is 166 (65.23% from 255 or 30.02% from 553); Green value is 132 (51.95% from 255 or 23.87% from 553); Blue value is 255 (100% from 255 or 46.11% from 553); Max value from RGB is 255 - color contains mainly: blue. Hex color #A684FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A684FF is #597B00. Grayscale: #9B9B9B. Windows color (decimal): -5864193 or 16745638. OLE color: 16745638.

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

Color convert

RGB 166 132 255 -
CMYK 0.35 0.48 0 0
HSL 256.59º 1% 0.76% -
HSV(B) 256.59º 0.48% 1% -
XYZ 42.03 31.83 98.54 -
YUV 156.19 183.76 135 -
System Red Green Blue C M Y K H S L
Decimal 166 132 255 0.35 0.48 0 0 256.59 1 0.76
Hex A6 84 FF 23 30 0 0 101 64 4C
Octal 246 204 377 43 60 0 0 401 144 114
Binary 10100110 10000100 11111111 100011 110000 0 0 100000001 1100100 1001100

Color Harmonies of #A684FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A684FF

Black with #A684FF

Text Example


Text Example

White with #A684FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A684FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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