#A28CF8

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

Shades of Light Slate Blue #A28CF8

Tints of Light Slate Blue #A28CF8

Color information

#A28CF8 (or 0xA28CF8) is unknown color: approx Light Slate Blue. HEX triplet: A2, 8C and F8. RGB value is (162,140,248). Sum of RGB (Red+Green+Blue) = 162+140+248=550 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.45% from 550); Green value is 140 (55.08% from 255 or 25.45% from 550); Blue value is 248 (97.27% from 255 or 45.09% from 550); Max value from RGB is 248 - color contains mainly: blue. Hex color #A28CF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A28CF8 is #5D7307. Grayscale: #9E9E9E. Windows color (decimal): -6124296 or 16288930. OLE color: 16288930.

HSL color Cylindrical-coordinate representation of color #A28CF8: hue angle of 252.22º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A28CF8 is Cyan = 0.35, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB162140248-
CMYK0.350.4400.03
HSL252.22º88.52%76.08%-
HSV(B)252.22º43.55%97.25%-
XYZ41.2233.2193.05-
YUV158.89178.29130.22-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.45%
GREEN value IS 140 (55.08% from 255) = 25.45%
BLUE value IS 248 (97.27% from 255) = 45.09%
R=29.45%
G=25.45%
B=45.09%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1621402480.350.4400.03252.2288.5276.08
HexA28CF8232C03fc594c
Octal242214370435403374131114
Binary1010001010001100111110001000111011000111111110010110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28CF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28CF8; }

 p { color: rgb(162,140,248); }

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

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

 a { background-color: rgb(162,140,248); }

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

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

 span { border-color: rgb(162,140,248); }

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