#A285FE

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

Shades of Light Slate Blue #A285FE

Tints of Light Slate Blue #A285FE

Color information

#A285FE (or 0xA285FE) is unknown color: approx Light Slate Blue. HEX triplet: A2, 85 and FE. RGB value is (162,133,254). Sum of RGB (Red+Green+Blue) = 162+133+254=549 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.51% from 549); Green value is 133 (52.34% from 255 or 24.23% from 549); Blue value is 254 (99.61% from 255 or 46.27% from 549); Max value from RGB is 254 - color contains mainly: blue. Hex color #A285FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A285FE is #5D7A01. Grayscale: #9B9B9B. Windows color (decimal): -6126082 or 16680354. OLE color: 16680354.

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

Color convert

RGB162133254-
CMYK0.360.4800.00
HSL254.38º98.37%75.88%-
HSV(B)254.38º47.64%99.61%-
XYZ41.1831.6197.7-
YUV155.46183.61132.66-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.51%
GREEN value IS 133 (52.34% from 255) = 24.23%
BLUE value IS 254 (99.61% from 255) = 46.27%
R=29.51%
G=24.23%
B=46.27%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1621332540.360.4800.00254.3898.3775.88
HexA285FE243000fe624c
Octal242205376446000376142114
Binary101000101000010111111110100100110000001111111011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A285FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A285FE; }

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

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

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

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

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

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

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

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