#A283FA

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

Shades of Light Slate Blue #A283FA

Tints of Light Slate Blue #A283FA

Color information

#A283FA (or 0xA283FA) is unknown color: approx Light Slate Blue. HEX triplet: A2, 83 and FA. RGB value is (162,131,250). Sum of RGB (Red+Green+Blue) = 162+131+250=543 (71% of max value = 765). Red value is 162 (63.67% from 255 or 29.83% from 543); Green value is 131 (51.56% from 255 or 24.13% from 543); Blue value is 250 (98.05% from 255 or 46.04% from 543); Max value from RGB is 250 - color contains mainly: blue. Hex color #A283FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A283FA is #5D7C05. Grayscale: #999999. Windows color (decimal): -6126598 or 16417698. OLE color: 16417698.

HSL color Cylindrical-coordinate representation of color #A283FA: hue angle of 255.63º 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 #A283FA is Cyan = 0.35, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB162131250-
CMYK0.350.4800.02
HSL255.63º92.25%74.71%-
HSV(B)255.63º47.6%98.04%-
XYZ40.2730.8294.27-
YUV153.83182.27133.82-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.83%
GREEN value IS 131 (51.56% from 255) = 24.13%
BLUE value IS 250 (98.05% from 255) = 46.04%
R=29.83%
G=24.13%
B=46.04%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1621312500.350.4800.02255.6392.2574.71
HexA283FA2330021005c4b
Octal242203372436002400134113
Binary10100010100000111111101010001111000001010000000010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A283FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A283FA; }

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

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

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

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

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

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

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

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