#A37CFA

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

Shades of Light Slate Blue #A37CFA

Tints of Light Slate Blue #A37CFA

Color information

#A37CFA (or 0xA37CFA) is unknown color: approx Light Slate Blue. HEX triplet: A3, 7C and FA. RGB value is (163,124,250). Sum of RGB (Red+Green+Blue) = 163+124+250=537 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.35% from 537); Green value is 124 (48.83% from 255 or 23.09% from 537); Blue value is 250 (98.05% from 255 or 46.55% from 537); Max value from RGB is 250 - color contains mainly: blue. Hex color #A37CFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A37CFA is #5C8305. Grayscale: #959595. Windows color (decimal): -6062854 or 16415907. OLE color: 16415907.

HSL color Cylindrical-coordinate representation of color #A37CFA: hue angle of 258.57º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A37CFA is Cyan = 0.35, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB163124250-
CMYK0.350.5000.02
HSL258.57º92.65%73.33%-
HSV(B)258.57º50.4%98.04%-
XYZ39.5729.193.97-
YUV150.02184.42137.25-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.35%
GREEN value IS 124 (48.83% from 255) = 23.09%
BLUE value IS 250 (98.05% from 255) = 46.55%
R=30.35%
G=23.09%
B=46.55%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1631242500.350.5000.02258.5792.6573.33
HexA37CFA2332021035d49
Octal243174372436202403135111
Binary1010001111111001111101010001111001001010000001110111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37CFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37CFA; }

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

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

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

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

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

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

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

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