#A285F8

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

Shades of Light Slate Blue #A285F8

Tints of Light Slate Blue #A285F8

Color information

#A285F8 (or 0xA285F8) is unknown color: approx Light Slate Blue. HEX triplet: A2, 85 and F8. RGB value is (162,133,248). Sum of RGB (Red+Green+Blue) = 162+133+248=543 (71% of max value = 765). Red value is 162 (63.67% from 255 or 29.83% from 543); Green value is 133 (52.34% from 255 or 24.49% from 543); Blue value is 248 (97.27% from 255 or 45.67% from 543); Max value from RGB is 248 - color contains mainly: blue. Hex color #A285F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A285F8 is #5D7A07. Grayscale: #9A9A9A. Windows color (decimal): -6126088 or 16287138. OLE color: 16287138.

HSL color Cylindrical-coordinate representation of color #A285F8: hue angle of 255.13º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A285F8 is Cyan = 0.35, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB162133248-
CMYK0.350.4600.03
HSL255.13º89.15%74.71%-
HSV(B)255.13º46.37%97.25%-
XYZ40.2331.2392.72-
YUV154.78180.61133.15-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.83%
GREEN value IS 133 (52.34% from 255) = 24.49%
BLUE value IS 248 (97.27% from 255) = 45.67%
R=29.83%
G=24.49%
B=45.67%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1621332480.350.4600.03255.1389.1574.71
HexA285F8232E03ff594b
Octal242205370435603377131113
Binary1010001010000101111110001000111011100111111111110110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A285F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A285F8; }

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

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

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

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

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

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

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

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