#A485FD

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

Shades of Light Slate Blue #A485FD

Tints of Light Slate Blue #A485FD

Color information

#A485FD (or 0xA485FD) is unknown color: approx Light Slate Blue. HEX triplet: A4, 85 and FD. RGB value is (164,133,253). Sum of RGB (Red+Green+Blue) = 164+133+253=550 (72% of max value = 765). Red value is 164 (64.45% from 255 or 29.82% from 550); Green value is 133 (52.34% from 255 or 24.18% from 550); Blue value is 253 (99.22% from 255 or 46% from 550); Max value from RGB is 253 - color contains mainly: blue. Hex color #A485FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A485FD is #5B7A02. Grayscale: #9B9B9B. Windows color (decimal): -5995011 or 16614820. OLE color: 16614820.

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

Color convert

RGB164133253-
CMYK0.350.4700.01
HSL255.5º96.77%75.69%-
HSV(B)255.5º47.43%99.22%-
XYZ41.4331.7696.88-
YUV155.95182.77133.74-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.82%
GREEN value IS 133 (52.34% from 255) = 24.18%
BLUE value IS 253 (99.22% from 255) = 46%
R=29.82%
G=24.18%
B=46%

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
Decimal1641332530.350.4700.01255.596.7775.69
HexA485FD232F01100614c
Octal244205375435701400141114
Binary1010010010000101111111011000111011110110000000011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A485FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A485FD; }

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

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

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

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

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

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

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

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