#A585FF

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

Shades of Light Slate Blue #A585FF

Tints of Light Slate Blue #A585FF

Color information

#A585FF (or 0xA585FF) is unknown color: approx Light Slate Blue. HEX triplet: A5, 85 and FF. RGB value is (165,133,255). Sum of RGB (Red+Green+Blue) = 165+133+255=553 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.84% from 553); Green value is 133 (52.34% from 255 or 24.05% from 553); Blue value is 255 (100% from 255 or 46.11% from 553); Max value from RGB is 255 - color contains mainly: blue. Hex color #A585FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A585FF is #5A7A00. Grayscale: #9C9C9C. Windows color (decimal): -5929473 or 16745893. OLE color: 16745893.

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

Color convert

RGB165133255-
CMYK0.350.4800
HSL255.74º100%76.08%-
HSV(B)255.74º47.84%100%-
XYZ41.9531.9998.57-
YUV156.48183.6134.08-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.84%
GREEN value IS 133 (52.34% from 255) = 24.05%
BLUE value IS 255 (100% from 255) = 46.11%
R=29.84%
G=24.05%
B=46.11%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1651332550.350.4800255.7410076.08
HexA585FF233000100644c
Octal245205377436000400144114
Binary1010010110000101111111111000111100000010000000011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A585FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A585FF; }

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

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

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

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

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

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

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

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