#A38CFE

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

Shades of Light Slate Blue #A38CFE

Tints of Light Slate Blue #A38CFE

Color information

#A38CFE (or 0xA38CFE) is unknown color: approx Light Slate Blue. HEX triplet: A3, 8C and FE. RGB value is (163,140,254). Sum of RGB (Red+Green+Blue) = 163+140+254=557 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.26% from 557); Green value is 140 (55.08% from 255 or 25.13% from 557); Blue value is 254 (99.61% from 255 or 45.60% from 557); Max value from RGB is 254 - color contains mainly: blue. Hex color #A38CFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A38CFE is #5C7301. Grayscale: #9F9F9F. Windows color (decimal): -6058754 or 16682147. OLE color: 16682147.

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

Color convert

RGB163140254-
CMYK0.360.4500.00
HSL252.11º98.28%77.25%-
HSV(B)252.11º44.88%99.61%-
XYZ42.3733.798.04-
YUV159.87181.12130.23-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.26%
GREEN value IS 140 (55.08% from 255) = 25.13%
BLUE value IS 254 (99.61% from 255) = 45.60%
R=29.26%
G=25.13%
B=45.60%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1631402540.360.4500.00252.1198.2877.25
HexA38CFE242D00fc624d
Octal243214376445500374142115
Binary101000111000110011111110100100101101001111110011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38CFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38CFE; }

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

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

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

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

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

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

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

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