#A585FE

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

Shades of Light Slate Blue #A585FE

Tints of Light Slate Blue #A585FE

Color information

#A585FE (or 0xA585FE) is unknown color: approx Light Slate Blue. HEX triplet: A5, 85 and FE. RGB value is (165,133,254). Sum of RGB (Red+Green+Blue) = 165+133+254=552 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.89% from 552); Green value is 133 (52.34% from 255 or 24.09% from 552); Blue value is 254 (99.61% from 255 or 46.01% from 552); Max value from RGB is 254 - color contains mainly: blue. Hex color #A585FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A585FE is #5A7A01. Grayscale: #9B9B9B. Windows color (decimal): -5929474 or 16680357. OLE color: 16680357.

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

Color convert

RGB165133254-
CMYK0.350.4800.00
HSL255.87º98.37%75.88%-
HSV(B)255.87º47.64%99.61%-
XYZ41.7931.9397.73-
YUV156.36183.1134.16-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.89%
GREEN value IS 133 (52.34% from 255) = 24.09%
BLUE value IS 254 (99.61% from 255) = 46.01%
R=29.89%
G=24.09%
B=46.01%

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
Decimal1651332540.350.4800.00255.8798.3775.88
HexA585FE233000100624c
Octal245205376436000400142114
Binary1010010110000101111111101000111100000010000000011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A585FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A585FE; }

 p { color: rgb(165,133,254); }

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

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

 a { background-color: rgb(165,133,254); }

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

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

 span { border-color: rgb(165,133,254); }

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