#A38CF8

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

Shades of Light Slate Blue #A38CF8

Tints of Light Slate Blue #A38CF8

Color information

#A38CF8 (or 0xA38CF8) is unknown color: approx Light Slate Blue. HEX triplet: A3, 8C and F8. RGB value is (163,140,248). Sum of RGB (Red+Green+Blue) = 163+140+248=551 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.58% from 551); Green value is 140 (55.08% from 255 or 25.41% from 551); Blue value is 248 (97.27% from 255 or 45.01% from 551); Max value from RGB is 248 - color contains mainly: blue. Hex color #A38CF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A38CF8 is #5C7307. Grayscale: #9E9E9E. Windows color (decimal): -6058760 or 16288931. OLE color: 16288931.

HSL color Cylindrical-coordinate representation of color #A38CF8: hue angle of 252.78º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A38CF8 is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB163140248-
CMYK0.340.4400.03
HSL252.78º88.52%76.08%-
HSV(B)252.78º43.55%97.25%-
XYZ41.4333.3293.05-
YUV159.19178.12130.72-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.58%
GREEN value IS 140 (55.08% from 255) = 25.41%
BLUE value IS 248 (97.27% from 255) = 45.01%
R=29.58%
G=25.41%
B=45.01%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1631402480.340.4400.03252.7888.5276.08
HexA38CF8222C03fd594c
Octal243214370425403375131114
Binary1010001110001100111110001000101011000111111110110110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38CF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38CF8; }

 p { color: rgb(163,140,248); }

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

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

 a { background-color: rgb(163,140,248); }

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

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

 span { border-color: rgb(163,140,248); }

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