#A28DF9

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

Shades of Light Slate Blue #A28DF9

Tints of Light Slate Blue #A28DF9

Color information

#A28DF9 (or 0xA28DF9) is unknown color: approx Light Slate Blue. HEX triplet: A2, 8D and F9. RGB value is (162,141,249). Sum of RGB (Red+Green+Blue) = 162+141+249=552 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.35% from 552); Green value is 141 (55.47% from 255 or 25.54% from 552); Blue value is 249 (97.66% from 255 or 45.11% from 552); Max value from RGB is 249 - color contains mainly: blue. Hex color #A28DF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A28DF9 is #5D7206. Grayscale: #9F9F9F. Windows color (decimal): -6124039 or 16354722. OLE color: 16354722.

HSL color Cylindrical-coordinate representation of color #A28DF9: hue angle of 251.67º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A28DF9 is Cyan = 0.35, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB162141249-
CMYK0.350.4300.02
HSL251.67º90%76.47%-
HSV(B)251.67º43.37%97.65%-
XYZ41.5233.5793.91-
YUV159.59178.46129.72-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.35%
GREEN value IS 141 (55.47% from 255) = 25.54%
BLUE value IS 249 (97.66% from 255) = 45.11%
R=29.35%
G=25.54%
B=45.11%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1621412490.350.4300.02251.679076.47
HexA28DF9232B02fc5a4c
Octal242215371435302374132114
Binary1010001010001101111110011000111010110101111110010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28DF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28DF9; }

 p { color: rgb(162,141,249); }

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

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

 a { background-color: rgb(162,141,249); }

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

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

 span { border-color: rgb(162,141,249); }

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