#A483FA

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

Shades of Light Slate Blue #A483FA

Tints of Light Slate Blue #A483FA

Color information

#A483FA (or 0xA483FA) is unknown color: approx Light Slate Blue. HEX triplet: A4, 83 and FA. RGB value is (164,131,250). Sum of RGB (Red+Green+Blue) = 164+131+250=545 (72% of max value = 765). Red value is 164 (64.45% from 255 or 30.09% from 545); Green value is 131 (51.56% from 255 or 24.04% from 545); Blue value is 250 (98.05% from 255 or 45.87% from 545); Max value from RGB is 250 - color contains mainly: blue. Hex color #A483FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A483FA is #5B7C05. Grayscale: #999999. Windows color (decimal): -5995526 or 16417700. OLE color: 16417700.

HSL color Cylindrical-coordinate representation of color #A483FA: hue angle of 256.64º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A483FA is Cyan = 0.34, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB164131250-
CMYK0.340.4800.02
HSL256.64º92.25%74.71%-
HSV(B)256.64º47.6%98.04%-
XYZ40.6831.0394.29-
YUV154.43181.93134.82-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.09%
GREEN value IS 131 (51.56% from 255) = 24.04%
BLUE value IS 250 (98.05% from 255) = 45.87%
R=30.09%
G=24.04%
B=45.87%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1641312500.340.4800.02256.6492.2574.71
HexA483FA2230021015c4b
Octal244203372426002401134113
Binary10100100100000111111101010001011000001010000000110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A483FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A483FA; }

 p { color: rgb(164,131,250); }

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

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

 a { background-color: rgb(164,131,250); }

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

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

 span { border-color: rgb(164,131,250); }

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