#A357FF

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

Shades of Light Slate Blue #A357FF

Tints of Light Slate Blue #A357FF

Color information

#A357FF (or 0xA357FF) is unknown color: approx Light Slate Blue. HEX triplet: A3, 57 and FF. RGB value is (163,87,255). Sum of RGB (Red+Green+Blue) = 163+87+255=505 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.28% from 505); Green value is 87 (34.38% from 255 or 17.23% from 505); Blue value is 255 (100% from 255 or 50.50% from 505); Max value from RGB is 255 - color contains mainly: blue. Hex color #A357FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A357FF is #5CA800. Grayscale: #808080. Windows color (decimal): -6072321 or 16734115. OLE color: 16734115.

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

Color convert

RGB16387255-
CMYK0.360.6600
HSL267.14º100%67.06%-
HSV(B)267.14º65.88%100%-
XYZ36.5621.8296.89-
YUV128.88199.18152.34-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.28%
GREEN value IS 87 (34.38% from 255) = 17.23%
BLUE value IS 255 (100% from 255) = 50.50%
R=32.28%
G=17.23%
B=50.50%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal163872550.360.6600267.1410067.06
HexA357FF24420010b6443
Octal2431273774410200413144103
Binary1010001110101111111111110010010000100010000101111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A357FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A357FF; }

 p { color: rgb(163,87,255); }

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

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

 a { background-color: rgb(163,87,255); }

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

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

 span { border-color: rgb(163,87,255); }

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