#A086FD

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

Shades of Light Slate Blue #A086FD

Tints of Light Slate Blue #A086FD

Color information

#A086FD (or 0xA086FD) is unknown color: approx Light Slate Blue. HEX triplet: A0, 86 and FD. RGB value is (160,134,253). Sum of RGB (Red+Green+Blue) = 160+134+253=547 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.25% from 547); Green value is 134 (52.73% from 255 or 24.50% from 547); Blue value is 253 (99.22% from 255 or 46.25% from 547); Max value from RGB is 253 - color contains mainly: blue. Hex color #A086FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A086FD is #5F7902. Grayscale: #9A9A9A. Windows color (decimal): -6256899 or 16615072. OLE color: 16615072.

HSL color Cylindrical-coordinate representation of color #A086FD: hue angle of 253.11º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A086FD is Cyan = 0.37, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB160134253-
CMYK0.370.4700.01
HSL253.11º96.75%75.88%-
HSV(B)253.11º47.04%99.22%-
XYZ40.7531.6296.88-
YUV155.34183.11131.32-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.25%
GREEN value IS 134 (52.73% from 255) = 24.50%
BLUE value IS 253 (99.22% from 255) = 46.25%
R=29.25%
G=24.50%
B=46.25%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1601342530.370.4700.01253.1196.7575.88
HexA086FD252F01fd614c
Octal240206375455701375141114
Binary101000001000011011111101100101101111011111110111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A086FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A086FD; }

 p { color: rgb(160,134,253); }

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

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

 a { background-color: rgb(160,134,253); }

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

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

 span { border-color: rgb(160,134,253); }

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