#A682FD

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

Shades of Light Slate Blue #A682FD

Tints of Light Slate Blue #A682FD

Color information

#A682FD (or 0xA682FD) is unknown color: approx Light Slate Blue. HEX triplet: A6, 82 and FD. RGB value is (166,130,253). Sum of RGB (Red+Green+Blue) = 166+130+253=549 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.24% from 549); Green value is 130 (51.17% from 255 or 23.68% from 549); Blue value is 253 (99.22% from 255 or 46.08% from 549); Max value from RGB is 253 - color contains mainly: blue. Hex color #A682FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A682FD is #597D02. Grayscale: #9A9A9A. Windows color (decimal): -5864707 or 16614054. OLE color: 16614054.

HSL color Cylindrical-coordinate representation of color #A682FD: hue angle of 257.56º degrees, saturation: 0.97, 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 #A682FD is Cyan = 0.34, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB166130253-
CMYK0.340.4900.01
HSL257.56º96.85%75.1%-
HSV(B)257.56º48.62%99.22%-
XYZ41.4431.1696.76-
YUV154.79183.43136-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.24%
GREEN value IS 130 (51.17% from 255) = 23.68%
BLUE value IS 253 (99.22% from 255) = 46.08%
R=30.24%
G=23.68%
B=46.08%

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
Decimal1661302530.340.4900.01257.5696.8575.1
HexA682FD223101102614b
Octal246202375426101402141113
Binary1010011010000010111111011000101100010110000001011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A682FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A682FD; }

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

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

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

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

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

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

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

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