#A38FFA

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

Shades of Light Slate Blue #A38FFA

Tints of Light Slate Blue #A38FFA

Color information

#A38FFA (or 0xA38FFA) is unknown color: approx Light Slate Blue. HEX triplet: A3, 8F and FA. RGB value is (163,143,250). Sum of RGB (Red+Green+Blue) = 163+143+250=556 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.32% from 556); Green value is 143 (56.25% from 255 or 25.72% from 556); Blue value is 250 (98.05% from 255 or 44.96% from 556); Max value from RGB is 250 - color contains mainly: blue. Hex color #A38FFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A38FFA is #5C7005. Grayscale: #A0A0A0. Windows color (decimal): -6057990 or 16420771. OLE color: 16420771.

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

Color convert

RGB163143250-
CMYK0.350.4300.02
HSL251.21º91.45%77.06%-
HSV(B)251.21º42.8%98.04%-
XYZ42.1834.3394.85-
YUV161.18178.13129.3-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.32%
GREEN value IS 143 (56.25% from 255) = 25.72%
BLUE value IS 250 (98.05% from 255) = 44.96%
R=29.32%
G=25.72%
B=44.96%

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
Decimal1631432500.350.4300.02251.2191.4577.06
HexA38FFA232B02fb5b4d
Octal243217372435302373133115
Binary1010001110001111111110101000111010110101111101110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38FFA; }

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

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

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

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

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

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

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

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