#A483FF

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

Shades of Light Slate Blue #A483FF

Tints of Light Slate Blue #A483FF

Color information

#A483FF (or 0xA483FF) is unknown color: approx Light Slate Blue. HEX triplet: A4, 83 and FF. RGB value is (164,131,255). Sum of RGB (Red+Green+Blue) = 164+131+255=550 (72% of max value = 765). Red value is 164 (64.45% from 255 or 29.82% from 550); Green value is 131 (51.56% from 255 or 23.82% 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 #A483FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A483FF is #5B7C00. Grayscale: #9A9A9A. Windows color (decimal): -5995521 or 16745380. OLE color: 16745380.

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

Color convert

RGB164131255-
CMYK0.360.4900
HSL255.97º100%75.69%-
HSV(B)255.97º48.63%100%-
XYZ41.4831.3598.47-
YUV155184.43134.42-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.82%
GREEN value IS 131 (51.56% from 255) = 23.82%
BLUE value IS 255 (100% from 255) = 46.36%
R=29.82%
G=23.82%
B=46.36%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1641312550.360.4900255.9710075.69
HexA483FF243100100644c
Octal244203377446100400144114
Binary1010010010000011111111111001001100010010000000011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A483FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A483FF; }

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

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

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

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

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

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

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

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