#A585FD

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

Shades of Light Slate Blue #A585FD

Tints of Light Slate Blue #A585FD

Color information

#A585FD (or 0xA585FD) is unknown color: approx Light Slate Blue. HEX triplet: A5, 85 and FD. RGB value is (165,133,253). Sum of RGB (Red+Green+Blue) = 165+133+253=551 (72% of max value = 765). Red value is 165 (64.84% from 255 or 29.95% from 551); Green value is 133 (52.34% from 255 or 24.14% from 551); Blue value is 253 (99.22% from 255 or 45.92% from 551); Max value from RGB is 253 - color contains mainly: blue. Hex color #A585FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A585FD is #5A7A02. Grayscale: #9B9B9B. Windows color (decimal): -5929475 or 16614821. OLE color: 16614821.

HSL color Cylindrical-coordinate representation of color #A585FD: hue angle of 256º 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 #A585FD is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB165133253-
CMYK0.350.4700.01
HSL256º96.77%75.69%-
HSV(B)256º47.43%99.22%-
XYZ41.6331.8796.88-
YUV156.25182.6134.24-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.95%
GREEN value IS 133 (52.34% from 255) = 24.14%
BLUE value IS 253 (99.22% from 255) = 45.92%
R=29.95%
G=24.14%
B=45.92%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1651332530.350.4700.0125696.7775.69
HexA585FD232F01100614c
Octal245205375435701400141114
Binary1010010110000101111111011000111011110110000000011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A585FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A585FD; }

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

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

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

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

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

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

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

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