#A38FFE

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

Shades of Light Slate Blue #A38FFE

Tints of Light Slate Blue #A38FFE

Color information

#A38FFE (or 0xA38FFE) is unknown color: approx Light Slate Blue. HEX triplet: A3, 8F and FE. RGB value is (163,143,254). Sum of RGB (Red+Green+Blue) = 163+143+254=560 (74% of max value = 765). Red value is 163 (64.06% from 255 or 29.11% from 560); Green value is 143 (56.25% from 255 or 25.54% from 560); Blue value is 254 (99.61% from 255 or 45.36% from 560); Max value from RGB is 254 - color contains mainly: blue. Hex color #A38FFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A38FFE is #5C7001. Grayscale: #A1A1A1. Windows color (decimal): -6057986 or 16682915. OLE color: 16682915.

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

Color convert

RGB163143254-
CMYK0.360.4400.00
HSL250.81º98.23%77.84%-
HSV(B)250.81º43.7%99.61%-
XYZ42.8234.5998.19-
YUV161.63180.13128.97-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.11%
GREEN value IS 143 (56.25% from 255) = 25.54%
BLUE value IS 254 (99.61% from 255) = 45.36%
R=29.11%
G=25.54%
B=45.36%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1631432540.360.4400.00250.8198.2377.84
HexA38FFE242C00fb624e
Octal243217376445400373142116
Binary101000111000111111111110100100101100001111101111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38FFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38FFE; }

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

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

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

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

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

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

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

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