#A38DFA

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

Shades of Light Slate Blue #A38DFA

Tints of Light Slate Blue #A38DFA

Color information

#A38DFA (or 0xA38DFA) is unknown color: approx Light Slate Blue. HEX triplet: A3, 8D and FA. RGB value is (163,141,250). Sum of RGB (Red+Green+Blue) = 163+141+250=554 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.42% from 554); Green value is 141 (55.47% from 255 or 25.45% from 554); Blue value is 250 (98.05% from 255 or 45.13% from 554); Max value from RGB is 250 - color contains mainly: blue. Hex color #A38DFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A38DFA is #5C7205. Grayscale: #9F9F9F. Windows color (decimal): -6058502 or 16420259. OLE color: 16420259.

HSL color Cylindrical-coordinate representation of color #A38DFA: hue angle of 252.11º 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 #A38DFA is Cyan = 0.35, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB163141250-
CMYK0.350.4400.02
HSL252.11º91.6%76.67%-
HSV(B)252.11º43.6%98.04%-
XYZ41.8833.7494.75-
YUV160178.79130.14-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.42%
GREEN value IS 141 (55.47% from 255) = 25.45%
BLUE value IS 250 (98.05% from 255) = 45.13%
R=29.42%
G=25.45%
B=45.13%

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
Decimal1631412500.350.4400.02252.1191.676.67
HexA38DFA232C02fc5c4d
Octal243215372435402374134115
Binary1010001110001101111110101000111011000101111110010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38DFA; }

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

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

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

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

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

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

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

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