#a38eff

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

Shades of Light Slate Blue #A38EFF

Tints of Light Slate Blue #A38EFF

Color information

#A38EFF (or 0xA38EFF) is unknown color: approx Light Slate Blue. HEX triplet: A3, 8E and FF. RGB value is (163,142,255). Sum of RGB (Red+Green+Blue) = 163+142+255=560 (74% of max value = 765). Red value is 163 (64.06% from 255 or 29.11% from 560); Green value is 142 (55.86% from 255 or 25.36% from 560); Blue value is 255 (100% from 255 or 45.54% from 560); Max value from RGB is 255 - color contains mainly: blue. Hex color #A38EFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A38EFF is #5C7100. Grayscale: #A0A0A0. Windows color (decimal): -6058241 or 16748195. OLE color: 16748195.

HSL color Cylindrical-coordinate representation of color #A38EFF: hue angle of 251.15º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A38EFF is Cyan = 0.36, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB163142255-
CMYK0.360.4400
HSL251.15º100%77.84%-
HSV(B)251.15º44.31%100%-
XYZ42.8334.3598.98-
YUV161.16180.96129.31-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.11%
GREEN value IS 142 (55.86% from 255) = 25.36%
BLUE value IS 255 (100% from 255) = 45.54%
R=29.11%
G=25.36%
B=45.54%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1631422550.360.4400251.1510077.84
HexA38EFF242C00fb644e
Octal243216377445400373144116
Binary101000111000111011111111100100101100001111101111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a38eff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a38eff; }

 p { color: rgb(163,142,255); }

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

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

 a { background-color: rgb(163,142,255); }

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

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

 span { border-color: rgb(163,142,255); }

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