#A683FF

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

Shades of Light Slate Blue #A683FF

Tints of Light Slate Blue #A683FF

Color information

#A683FF (or 0xA683FF) is unknown color: approx Light Slate Blue. HEX triplet: A6, 83 and FF. RGB value is (166,131,255). Sum of RGB (Red+Green+Blue) = 166+131+255=552 (73% of max value = 765). Red value is 166 (65.23% from 255 or 30.07% from 552); Green value is 131 (51.56% from 255 or 23.73% from 552); Blue value is 255 (100% from 255 or 46.20% from 552); Max value from RGB is 255 - color contains mainly: blue. Hex color #A683FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A683FF is #597C00. Grayscale: #9B9B9B. Windows color (decimal): -5864449 or 16745382. OLE color: 16745382.

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

Color convert

RGB166131255-
CMYK0.350.4900
HSL256.94º100%75.69%-
HSV(B)256.94º48.63%100%-
XYZ41.8931.5698.49-
YUV155.6184.1135.42-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.07%
GREEN value IS 131 (51.56% from 255) = 23.73%
BLUE value IS 255 (100% from 255) = 46.20%
R=30.07%
G=23.73%
B=46.20%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1661312550.350.4900256.9410075.69
HexA683FF233100101644c
Octal246203377436100401144114
Binary1010011010000011111111111000111100010010000000111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A683FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A683FF; }

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

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

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

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

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

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

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

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