#A28FF9

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

Shades of Light Slate Blue #A28FF9

Tints of Light Slate Blue #A28FF9

Color information

#A28FF9 (or 0xA28FF9) is unknown color: approx Light Slate Blue. HEX triplet: A2, 8F and F9. RGB value is (162,143,249). Sum of RGB (Red+Green+Blue) = 162+143+249=554 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.24% from 554); Green value is 143 (56.25% from 255 or 25.81% from 554); Blue value is 249 (97.66% from 255 or 44.95% from 554); Max value from RGB is 249 - color contains mainly: blue. Hex color #A28FF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A28FF9 is #5D7006. Grayscale: #A0A0A0. Windows color (decimal): -6123527 or 16355234. OLE color: 16355234.

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

Color convert

RGB162143249-
CMYK0.350.4300.02
HSL250.75º89.83%76.86%-
HSV(B)250.75º42.57%97.65%-
XYZ41.8234.1794.01-
YUV160.76177.79128.88-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.24%
GREEN value IS 143 (56.25% from 255) = 25.81%
BLUE value IS 249 (97.66% from 255) = 44.95%
R=29.24%
G=25.81%
B=44.95%

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
Decimal1621432490.350.4300.02250.7589.8376.86
HexA28FF9232B02fb5a4d
Octal242217371435302373132115
Binary1010001010001111111110011000111010110101111101110110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28FF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28FF9; }

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

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

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

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

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

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

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

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