#A683FD

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

Shades of Light Slate Blue #A683FD

Tints of Light Slate Blue #A683FD

Color information

#A683FD (or 0xA683FD) is unknown color: approx Light Slate Blue. HEX triplet: A6, 83 and FD. RGB value is (166,131,253). Sum of RGB (Red+Green+Blue) = 166+131+253=550 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.18% from 550); Green value is 131 (51.56% from 255 or 23.82% from 550); Blue value is 253 (99.22% from 255 or 46% from 550); Max value from RGB is 253 - color contains mainly: blue. Hex color #A683FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A683FD is #597C02. Grayscale: #9A9A9A. Windows color (decimal): -5864451 or 16614310. OLE color: 16614310.

HSL color Cylindrical-coordinate representation of color #A683FD: hue angle of 257.21º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A683FD is Cyan = 0.34, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB166131253-
CMYK0.340.4800.01
HSL257.21º96.83%75.29%-
HSV(B)257.21º48.22%99.22%-
XYZ41.5731.4396.8-
YUV155.37183.1135.58-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.18%
GREEN value IS 131 (51.56% from 255) = 23.82%
BLUE value IS 253 (99.22% from 255) = 46%
R=30.18%
G=23.82%
B=46%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1661312530.340.4800.01257.2196.8375.29
HexA683FD223001101614b
Octal246203375426001401141113
Binary1010011010000011111111011000101100000110000000111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A683FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A683FD; }

 p { color: rgb(166,131,253); }

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

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

 a { background-color: rgb(166,131,253); }

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

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

 span { border-color: rgb(166,131,253); }

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