#A682FE

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

Shades of Light Slate Blue #A682FE

Tints of Light Slate Blue #A682FE

Color information

#A682FE (or 0xA682FE) is unknown color: approx Light Slate Blue. HEX triplet: A6, 82 and FE. RGB value is (166,130,254). Sum of RGB (Red+Green+Blue) = 166+130+254=550 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.18% from 550); Green value is 130 (51.17% from 255 or 23.64% from 550); Blue value is 254 (99.61% from 255 or 46.18% from 550); Max value from RGB is 254 - color contains mainly: blue. Hex color #A682FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A682FE is #597D01. Grayscale: #9A9A9A. Windows color (decimal): -5864706 or 16679590. OLE color: 16679590.

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

Color convert

RGB166130254-
CMYK0.350.4900.00
HSL257.42º98.41%75.29%-
HSV(B)257.42º48.82%99.61%-
XYZ41.631.2397.6-
YUV154.9183.93135.92-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.18%
GREEN value IS 130 (51.17% from 255) = 23.64%
BLUE value IS 254 (99.61% from 255) = 46.18%
R=30.18%
G=23.64%
B=46.18%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1661302540.350.4900.00257.4298.4175.29
HexA682FE233100101624b
Octal246202376436100401142113
Binary1010011010000010111111101000111100010010000000111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A682FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A682FE; }

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

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

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

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

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

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

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

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