#A683FE

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

Shades of Light Slate Blue #A683FE

Tints of Light Slate Blue #A683FE

Color information

#A683FE (or 0xA683FE) is unknown color: approx Light Slate Blue. HEX triplet: A6, 83 and FE. RGB value is (166,131,254). Sum of RGB (Red+Green+Blue) = 166+131+254=551 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.13% from 551); Green value is 131 (51.56% from 255 or 23.77% from 551); Blue value is 254 (99.61% from 255 or 46.10% from 551); Max value from RGB is 254 - color contains mainly: blue. Hex color #A683FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A683FE is #597C01. Grayscale: #9B9B9B. Windows color (decimal): -5864450 or 16679846. OLE color: 16679846.

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

Color convert

RGB166131254-
CMYK0.350.4800.00
HSL257.07º98.4%75.49%-
HSV(B)257.07º48.43%99.61%-
XYZ41.7331.597.65-
YUV155.49183.6135.5-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.13%
GREEN value IS 131 (51.56% from 255) = 23.77%
BLUE value IS 254 (99.61% from 255) = 46.10%
R=30.13%
G=23.77%
B=46.10%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1661312540.350.4800.00257.0798.475.49
HexA683FE233000101624b
Octal246203376436000401142113
Binary1010011010000011111111101000111100000010000000111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A683FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A683FE; }

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

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

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

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

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

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

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

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