#A28FF8

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

Shades of Light Slate Blue #A28FF8

Tints of Light Slate Blue #A28FF8

Color information

#A28FF8 (or 0xA28FF8) is unknown color: approx Light Slate Blue. HEX triplet: A2, 8F and F8. RGB value is (162,143,248). Sum of RGB (Red+Green+Blue) = 162+143+248=553 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.29% from 553); Green value is 143 (56.25% from 255 or 25.86% from 553); Blue value is 248 (97.27% from 255 or 44.85% from 553); Max value from RGB is 248 - color contains mainly: blue. Hex color #A28FF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A28FF8 is #5D7007. Grayscale: #A0A0A0. Windows color (decimal): -6123528 or 16289698. OLE color: 16289698.

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

Color convert

RGB162143248-
CMYK0.350.4200.03
HSL250.86º88.24%76.67%-
HSV(B)250.86º42.34%97.25%-
XYZ41.6734.193.19-
YUV160.65177.29128.96-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.29%
GREEN value IS 143 (56.25% from 255) = 25.86%
BLUE value IS 248 (97.27% from 255) = 44.85%
R=29.29%
G=25.86%
B=44.85%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1621432480.350.4200.03250.8688.2476.67
HexA28FF8232A03fb584d
Octal242217370435203373130115
Binary1010001010001111111110001000111010100111111101110110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28FF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28FF8; }

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

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

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

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

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

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

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

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