#A485FE

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

Shades of Light Slate Blue #A485FE

Tints of Light Slate Blue #A485FE

Color information

#A485FE (or 0xA485FE) is unknown color: approx Light Slate Blue. HEX triplet: A4, 85 and FE. RGB value is (164,133,254). Sum of RGB (Red+Green+Blue) = 164+133+254=551 (72% of max value = 765). Red value is 164 (64.45% from 255 or 29.76% from 551); Green value is 133 (52.34% from 255 or 24.14% from 551); Blue value is 254 (99.61% from 255 or 46.10% from 551); Max value from RGB is 254 - color contains mainly: blue. Hex color #A485FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A485FE is #5B7A01. Grayscale: #9B9B9B. Windows color (decimal): -5995010 or 16680356. OLE color: 16680356.

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

Color convert

RGB164133254-
CMYK0.350.4800.00
HSL255.37º98.37%75.88%-
HSV(B)255.37º47.64%99.61%-
XYZ41.5931.8297.72-
YUV156.06183.27133.66-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.76%
GREEN value IS 133 (52.34% from 255) = 24.14%
BLUE value IS 254 (99.61% from 255) = 46.10%
R=29.76%
G=24.14%
B=46.10%

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
Decimal1641332540.350.4800.00255.3798.3775.88
HexA485FE233000ff624c
Octal244205376436000377142114
Binary101001001000010111111110100011110000001111111111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A485FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A485FE; }

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

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

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

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

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

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

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

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