#A38BFC

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

Shades of Light Slate Blue #A38BFC

Tints of Light Slate Blue #A38BFC

Color information

#A38BFC (or 0xA38BFC) is unknown color: approx Light Slate Blue. HEX triplet: A3, 8B and FC. RGB value is (163,139,252). Sum of RGB (Red+Green+Blue) = 163+139+252=554 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.42% from 554); Green value is 139 (54.69% from 255 or 25.09% from 554); Blue value is 252 (98.83% from 255 or 45.49% from 554); Max value from RGB is 252 - color contains mainly: blue. Hex color #A38BFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A38BFC is #5C7403. Grayscale: #9E9E9E. Windows color (decimal): -6059012 or 16550819. OLE color: 16550819.

HSL color Cylindrical-coordinate representation of color #A38BFC: hue angle of 252.74º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A38BFC is Cyan = 0.35, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB163139252-
CMYK0.350.4500.01
HSL252.74º94.96%76.67%-
HSV(B)252.74º44.84%98.82%-
XYZ41.9133.2896.31-
YUV159.06180.45130.81-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.42%
GREEN value IS 139 (54.69% from 255) = 25.09%
BLUE value IS 252 (98.83% from 255) = 45.49%
R=29.42%
G=25.09%
B=45.49%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1631392520.350.4500.01252.7494.9676.67
HexA38BFC232D01fd5f4d
Octal243213374435501375137115
Binary101000111000101111111100100011101101011111110110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38BFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38BFC; }

 p { color: rgb(163,139,252); }

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

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

 a { background-color: rgb(163,139,252); }

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

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

 span { border-color: rgb(163,139,252); }

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