#A28BFE

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

Shades of Light Slate Blue #A28BFE

Tints of Light Slate Blue #A28BFE

Color information

#A28BFE (or 0xA28BFE) is unknown color: approx Light Slate Blue. HEX triplet: A2, 8B and FE. RGB value is (162,139,254). Sum of RGB (Red+Green+Blue) = 162+139+254=555 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.19% from 555); Green value is 139 (54.69% from 255 or 25.05% from 555); Blue value is 254 (99.61% from 255 or 45.77% from 555); Max value from RGB is 254 - color contains mainly: blue. Hex color #A28BFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A28BFE is #5D7401. Grayscale: #9E9E9E. Windows color (decimal): -6124546 or 16681890. OLE color: 16681890.

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

Color convert

RGB162139254-
CMYK0.360.4500.00
HSL252º98.29%77.06%-
HSV(B)252º45.28%99.61%-
XYZ42.0233.397.98-
YUV158.99181.62130.15-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.19%
GREEN value IS 139 (54.69% from 255) = 25.05%
BLUE value IS 254 (99.61% from 255) = 45.77%
R=29.19%
G=25.05%
B=45.77%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1621392540.360.4500.0025298.2977.06
HexA28BFE242D00fc624d
Octal242213376445500374142115
Binary101000101000101111111110100100101101001111110011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28BFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28BFE; }

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

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

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

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

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

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

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

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