#A283FE

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

Shades of Light Slate Blue #A283FE

Tints of Light Slate Blue #A283FE

Color information

#A283FE (or 0xA283FE) is unknown color: approx Light Slate Blue. HEX triplet: A2, 83 and FE. RGB value is (162,131,254). Sum of RGB (Red+Green+Blue) = 162+131+254=547 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.62% from 547); Green value is 131 (51.56% from 255 or 23.95% from 547); Blue value is 254 (99.61% from 255 or 46.44% from 547); Max value from RGB is 254 - color contains mainly: blue. Hex color #A283FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A283FE is #5D7C01. Grayscale: #999999. Windows color (decimal): -6126594 or 16679842. OLE color: 16679842.

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

Color convert

RGB162131254-
CMYK0.360.4800.00
HSL255.12º98.4%75.49%-
HSV(B)255.12º48.43%99.61%-
XYZ40.9131.0797.61-
YUV154.29184.27133.5-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.62%
GREEN value IS 131 (51.56% from 255) = 23.95%
BLUE value IS 254 (99.61% from 255) = 46.44%
R=29.62%
G=23.95%
B=46.44%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1621312540.360.4800.00255.1298.475.49
HexA283FE243000ff624b
Octal242203376446000377142113
Binary101000101000001111111110100100110000001111111111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A283FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A283FE; }

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

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

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

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

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

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

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

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