#A285FF

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

Shades of Light Slate Blue #A285FF

Tints of Light Slate Blue #A285FF

Color information

#A285FF (or 0xA285FF) is unknown color: approx Light Slate Blue. HEX triplet: A2, 85 and FF. RGB value is (162,133,255). Sum of RGB (Red+Green+Blue) = 162+133+255=550 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.45% from 550); Green value is 133 (52.34% from 255 or 24.18% from 550); Blue value is 255 (100% from 255 or 46.36% from 550); Max value from RGB is 255 - color contains mainly: blue. Hex color #A285FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A285FF is #5D7A00. Grayscale: #9B9B9B. Windows color (decimal): -6126081 or 16745890. OLE color: 16745890.

HSL color Cylindrical-coordinate representation of color #A285FF: hue angle of 254.26º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A285FF is Cyan = 0.36, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB162133255-
CMYK0.360.4800
HSL254.26º100%76.08%-
HSV(B)254.26º47.84%100%-
XYZ41.3431.6898.54-
YUV155.58184.11132.58-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.45%
GREEN value IS 133 (52.34% from 255) = 24.18%
BLUE value IS 255 (100% from 255) = 46.36%
R=29.45%
G=24.18%
B=46.36%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1621332550.360.4800254.2610076.08
HexA285FF243000fe644c
Octal242205377446000376144114
Binary101000101000010111111111100100110000001111111011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A285FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A285FF; }

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

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

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

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

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

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

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

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