#A28DFA

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

Shades of Light Slate Blue #A28DFA

Tints of Light Slate Blue #A28DFA

Color information

#A28DFA (or 0xA28DFA) is unknown color: approx Light Slate Blue. HEX triplet: A2, 8D and FA. RGB value is (162,141,250). Sum of RGB (Red+Green+Blue) = 162+141+250=553 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.29% from 553); Green value is 141 (55.47% from 255 or 25.50% from 553); Blue value is 250 (98.05% from 255 or 45.21% from 553); Max value from RGB is 250 - color contains mainly: blue. Hex color #A28DFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A28DFA is #5D7205. Grayscale: #9F9F9F. Windows color (decimal): -6124038 or 16420258. OLE color: 16420258.

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

Color convert

RGB162141250-
CMYK0.350.4400.02
HSL251.56º91.6%76.67%-
HSV(B)251.56º43.6%98.04%-
XYZ41.6833.6394.74-
YUV159.7178.96129.64-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.29%
GREEN value IS 141 (55.47% from 255) = 25.50%
BLUE value IS 250 (98.05% from 255) = 45.21%
R=29.29%
G=25.50%
B=45.21%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1621412500.350.4400.02251.5691.676.67
HexA28DFA232C02fc5c4d
Octal242215372435402374134115
Binary1010001010001101111110101000111011000101111110010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28DFA; }

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

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

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

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

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

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

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

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