#A684FB

Color #A684FB Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #A684FB

Tints of Light Slate Blue #A684FB

Color information

#A684FB (or 0xA684FB) is unknown color: approx Light Slate Blue. HEX triplet: A6, 84 and FB. RGB value is (166,132,251). Sum of RGB (Red+Green+Blue) = 166+132+251=549 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.24% from 549); Green value is 132 (51.95% from 255 or 24.04% from 549); Blue value is 251 (98.44% from 255 or 45.72% from 549); Max value from RGB is 251 - color contains mainly: blue. Hex color #A684FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A684FB is #597B04. Grayscale: #9B9B9B. Windows color (decimal): -5864197 or 16483494. OLE color: 16483494.

HSL color Cylindrical-coordinate representation of color #A684FB: hue angle of 257.14º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A684FB is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB166132251-
CMYK0.340.4700.02
HSL257.14º93.7%75.1%-
HSV(B)257.14º47.41%98.43%-
XYZ41.3931.5795.18-
YUV155.73181.76135.32-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.24%
GREEN value IS 132 (51.95% from 255) = 24.04%
BLUE value IS 251 (98.44% from 255) = 45.72%
R=30.24%
G=24.04%
B=45.72%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1661322510.340.4700.02257.1493.775.1
HexA684FB222F021015e4b
Octal246204373425702401136113
Binary10100110100001001111101110001010111101010000000110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A684FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A684FB; }

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

 H1.HeaderClassName
 {
   color: #A684FB;
 }
 .AnyTagClassName
 {
   color: #A684FB;
 }
</style>
background-color css

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

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

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

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

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

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