#A38CFA

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

Shades of Light Slate Blue #A38CFA

Tints of Light Slate Blue #A38CFA

Color information

#A38CFA (or 0xA38CFA) is unknown color: approx Light Slate Blue. HEX triplet: A3, 8C and FA. RGB value is (163,140,250). Sum of RGB (Red+Green+Blue) = 163+140+250=553 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.48% from 553); Green value is 140 (55.08% from 255 or 25.32% from 553); Blue value is 250 (98.05% from 255 or 45.21% from 553); Max value from RGB is 250 - color contains mainly: blue. Hex color #A38CFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A38CFA is #5C7305. Grayscale: #9F9F9F. Windows color (decimal): -6058758 or 16420003. OLE color: 16420003.

HSL color Cylindrical-coordinate representation of color #A38CFA: hue angle of 252.55º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A38CFA is Cyan = 0.35, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB163140250-
CMYK0.350.4400.02
HSL252.55º91.67%76.47%-
HSV(B)252.55º44%98.04%-
XYZ41.7433.4494.7-
YUV159.42179.12130.56-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.48%
GREEN value IS 140 (55.08% from 255) = 25.32%
BLUE value IS 250 (98.05% from 255) = 45.21%
R=29.48%
G=25.32%
B=45.21%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1631402500.350.4400.02252.5591.6776.47
HexA38CFA232C02fd5c4c
Octal243214372435402375134114
Binary1010001110001100111110101000111011000101111110110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38CFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38CFA; }

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

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

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

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

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

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

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

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