#A285FD

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

Shades of Light Slate Blue #A285FD

Tints of Light Slate Blue #A285FD

Color information

#A285FD (or 0xA285FD) is unknown color: approx Light Slate Blue. HEX triplet: A2, 85 and FD. RGB value is (162,133,253). Sum of RGB (Red+Green+Blue) = 162+133+253=548 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.56% from 548); Green value is 133 (52.34% from 255 or 24.27% from 548); Blue value is 253 (99.22% from 255 or 46.17% from 548); Max value from RGB is 253 - color contains mainly: blue. Hex color #A285FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A285FD is #5D7A02. Grayscale: #9A9A9A. Windows color (decimal): -6126083 or 16614818. OLE color: 16614818.

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

Color convert

RGB162133253-
CMYK0.360.4700.01
HSL254.5º96.77%75.69%-
HSV(B)254.5º47.43%99.22%-
XYZ41.0231.5596.86-
YUV155.35183.11132.74-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.56%
GREEN value IS 133 (52.34% from 255) = 24.27%
BLUE value IS 253 (99.22% from 255) = 46.17%
R=29.56%
G=24.27%
B=46.17%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1621332530.360.4700.01254.596.7775.69
HexA285FD242F01fe614c
Octal242205375445701376141114
Binary101000101000010111111101100100101111011111111011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A285FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A285FD; }

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

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

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

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

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

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

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

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