#A680FC

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

Shades of Light Slate Blue #A680FC

Tints of Light Slate Blue #A680FC

Color information

#A680FC (or 0xA680FC) is unknown color: approx Light Slate Blue. HEX triplet: A6, 80 and FC. RGB value is (166,128,252). Sum of RGB (Red+Green+Blue) = 166+128+252=546 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.40% from 546); Green value is 128 (50.39% from 255 or 23.44% from 546); Blue value is 252 (98.83% from 255 or 46.15% from 546); Max value from RGB is 252 - color contains mainly: blue. Hex color #A680FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A680FC is #597F03. Grayscale: #999999. Windows color (decimal): -5865220 or 16548006. OLE color: 16548006.

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

Color convert

RGB166128252-
CMYK0.340.4900.01
HSL258.39º95.38%74.51%-
HSV(B)258.39º49.21%98.82%-
XYZ41.0230.5795.83-
YUV153.5183.59136.92-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.40%
GREEN value IS 128 (50.39% from 255) = 23.44%
BLUE value IS 252 (98.83% from 255) = 46.15%
R=30.40%
G=23.44%
B=46.15%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1661282520.340.4900.01258.3995.3874.51
HexA680FC2231011025f4b
Octal246200374426101402137113
Binary1010011010000000111111001000101100010110000001010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A680FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A680FC; }

 p { color: rgb(166,128,252); }

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

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

 a { background-color: rgb(166,128,252); }

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

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

 span { border-color: rgb(166,128,252); }

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